1
0
Fork 0
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:
Peter Bieringer 2025-07-19 14:39:47 +02:00
parent c208ad4374
commit 02471b6c90
3 changed files with 32 additions and 0 deletions

View file

@ -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.