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