log/config template: update related to legacy trace_on_debug and trace_filter

This commit is contained in:
Peter Bieringer
2026-04-08 21:38:18 +02:00
parent 5fad1c9a5a
commit 7a5cdf1f64

7
config
View File

@@ -359,16 +359,13 @@
[logging] [logging]
# Threshold for the logger # Threshold for the logger
# Value: debug | info | warning | error | critical # Value: trace | debug | info | notice | warning | error | critical | alert
#level = info #level = info
# Limit content of wrapped text (chars) # Limit content of wrapped text (chars)
#limit_content = 3000 #limit_content = 3000
# do not filter debug messages starting with 'TRACE' # filter debug messages starting with '<TOKEN>'
#trace_on_debug = False
# filter debug messages starting with 'TRACE/<TOKEN>'
#trace_filter = "" #trace_filter = ""
# Don't include passwords in logs # Don't include passwords in logs