fix config section info

This commit is contained in:
Peter Bieringer 2024-08-28 07:48:45 +02:00
parent 336972316e
commit 39662fc680
4 changed files with 5 additions and 5 deletions

View file

@ -146,7 +146,7 @@ def read_request_body(configuration: "config.Configuration",
if configuration.get("logging", "request_content_on_debug"):
logger.debug("Request content:\n%s", content)
else:
logger.debug("Request content: suppressed by config/option [auth] request_content_on_debug")
logger.debug("Request content: suppressed by config/option [logging] request_content_on_debug")
return content