Skip to content

Commit

Permalink
chore: add note about setting log level with V3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Oct 30, 2020
1 parent 388bf2b commit 3824341
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,7 @@ this [gist](https://gist.github.com/mefellows/15c9fcb052c2aa9d8951f91d48d6da54)
## Pact JS V3
An initial alpha version of Pact-JS with support for V3 specification features and XML matching has
been released. Current support is for Node 10, 12 and 13. Thanks to the folks at [Align Tech](https://www.aligntech.com/) for
sponsoring this work.
been released. Current support is for Node 10, 12 and 14. Thanks to the folks at [Align Tech](https://www.aligntech.com/) for sponsoring this work.
To install it:
Expand Down Expand Up @@ -1152,6 +1151,10 @@ stateHandlers: {
},
```
### Debugging issues with Pact-JS V3
You can change the log levels using the `LOG_LEVEL` environment variable.
## Troubleshooting / FAQs
If you are having issues, a good place to start is setting `logLevel: 'DEBUG'`
Expand Down

0 comments on commit 3824341

Please sign in to comment.