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