log/config template: update related to legacy trace_on_debug and trace_filter
This commit is contained in:
7
config
7
config
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user