mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
add trace options
This commit is contained in:
parent
c208ad4374
commit
02471b6c90
3 changed files with 32 additions and 0 deletions
|
@ -1420,6 +1420,24 @@ Available levels: **debug**, **info**, **warning**, **error**, **critical**
|
|||
|
||||
Default: `warning` _(< 3.2.0)_ `info` _(>= 3.2.0)_
|
||||
|
||||
##### trace_on_debug
|
||||
|
||||
_(> 3.5.4)_
|
||||
|
||||
Do not filter debug messages starting with 'TRACE'
|
||||
|
||||
Default: `False`
|
||||
|
||||
##### trace_filter
|
||||
|
||||
_(> 3.5.4)_
|
||||
|
||||
Filter debug messages starting with 'TRACE/<TOKEN>'
|
||||
|
||||
Precondition: `trace_on_debug = True`
|
||||
|
||||
Default: (empty)
|
||||
|
||||
##### mask_passwords
|
||||
|
||||
Don't include passwords in logs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue