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

6
config
View file

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