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:
parent
addf5a25c8
commit
1acfa480fa
3 changed files with 39 additions and 0 deletions
9
config
9
config
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue