mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +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
|
@ -922,6 +922,24 @@ Log backtrace on level=debug
|
|||
|
||||
Default: `True'
|
||||
|
||||
##### request_header_on_debug
|
||||
|
||||
Log request on level=debug
|
||||
|
||||
Default: `True'
|
||||
|
||||
##### request_content_on_debug
|
||||
|
||||
Log request on level=debug
|
||||
|
||||
Default: `True'
|
||||
|
||||
##### response_content_on_debug = True
|
||||
|
||||
Log response on level=debug
|
||||
|
||||
Default: `True'
|
||||
|
||||
#### headers
|
||||
|
||||
In this section additional HTTP headers that are sent to clients can be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue