mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
add trace options
This commit is contained in:
parent
c208ad4374
commit
02471b6c90
3 changed files with 32 additions and 0 deletions
6
config
6
config
|
@ -272,6 +272,12 @@
|
|||
# Value: debug | info | warning | error | critical
|
||||
#level = info
|
||||
|
||||
# do not filter debug messages starting with 'TRACE'
|
||||
#trace_on_debug = False
|
||||
|
||||
# filter debug messages starting with 'TRACE/<TOKEN>'
|
||||
#trace_filter = ""
|
||||
|
||||
# Don't include passwords in logs
|
||||
#mask_passwords = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue