mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
fix config section info
This commit is contained in:
parent
336972316e
commit
39662fc680
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue