Skip to content

Commit

Permalink
docs: update config docs
Browse files Browse the repository at this point in the history
bethesque committed Mar 29, 2022
1 parent da35eec commit a9b5e1c
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ While the default is `file` for the Ruby application, it is set to `stdout` on t

Enable this setting to print the entire request and response to the logs at debug level. Used for troubleshooting issues.
Do not leave this on permanently, as it will have performance and security issues.
Ensure the application [`log_level`](#log_level) is set to `debug` when this setting is enabled.

**Supported versions:** From v2.98.0<br/>
**Environment variable name:** `PACT_BROKER_HTTP_DEBUG_LOGGING_ENABLED`<br/>
1 change: 1 addition & 0 deletions docs/configuration.yml
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ groups:
description: |-
Enable this setting to print the entire request and response to the logs at debug level. Used for troubleshooting issues.
Do not leave this on permanently, as it will have performance and security issues.
Ensure the application [`log_level`](#log_level) is set to `debug` when this setting is enabled.
default_value: false
allowed_values:
- true

0 comments on commit a9b5e1c

Please sign in to comment.