From a9b5e1cbc1f0ff2c644682b105efc6df94fe3ae2 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Tue, 29 Mar 2022 16:52:11 +1100 Subject: [PATCH] docs: update config docs --- docs/CONFIGURATION.md | 1 + docs/configuration.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 854bc37c2..3990b48c6 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -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
**Environment variable name:** `PACT_BROKER_HTTP_DEBUG_LOGGING_ENABLED`
diff --git a/docs/configuration.yml b/docs/configuration.yml index b1b24918b..0c9e43c90 100644 --- a/docs/configuration.yml +++ b/docs/configuration.yml @@ -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