diff --git a/website/docs/help/enabling-debug-logging.md b/website/docs/help/enabling-debug-logging.md index 1eb7dff0..4b430b35 100644 --- a/website/docs/help/enabling-debug-logging.md +++ b/website/docs/help/enabling-debug-logging.md @@ -41,12 +41,12 @@ TBC ## Pact PHP -**9.x.x** - -You can either set the `PACT_LOGLEVEL` environment variable or call `$config->setLogLevel($logLevel);` to the top of your test. +You can either set the `PACT_LOGLEVEL` environment variable (if using `MockServerEnvConfig`) or add `$config->setLogLevel($logLevel);` to the top of your test. Available values for `$logLevel` are: +**9.x.x** + * `DEBUG` * `INFO` * `WARN` @@ -54,10 +54,6 @@ Available values for `$logLevel` are: **10.x.x** -You can call `$config->setLogLevel($logLevel);` to the top of your test. - -Available values for `$logLevel` are: - * `TRACE` * `DEBUG` * `INFO`