1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

add options for conditional debug log of request header+content / response content

This commit is contained in:
Peter Bieringer 2024-06-11 13:23:03 +02:00
parent addf5a25c8
commit 1acfa480fa
3 changed files with 39 additions and 0 deletions

9
config
View file

@ -129,6 +129,15 @@
# Log backtrace on level=debug
#backtrace_on_debug = True
# Log request header on level=debug
#request_header_on_debug = True
# Log request content on level=debug
#request_content_on_debug = True
# Log response content on level=debug
#response_content_on_debug = True
[headers]