log/doc: update related to legacy trace_on_debug and trace_filter

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

View File

@@ -1684,7 +1684,7 @@ Default: `warning` _(< 3.2.0)_ / `info` _(>= 3.2.0)_
##### limit_content
_(> 3.7.0)_
_(>= 3.7.0)_
Limit content of wrapped text (chars)
@@ -1692,7 +1692,7 @@ Default: `3000`
##### trace_on_debug
_(> 3.5.4)_
_(> 3.5.4)_ && _(< 3.7.1)_
Do not filter debug messages starting with 'TRACE'
@@ -1700,12 +1700,18 @@ Default: `False`
##### trace_filter
_(> 3.5.4)_
_(> 3.5.4)_ && _(< 3.7.1)_
Filter debug messages starting with 'TRACE/<TOKEN>'
Prerequisite: `trace_on_debug = True`
_(>= 3.7.1)_
Filter trace messages starting with '<TOKEN>'
Prerequisite: `level = trace`
Default: (empty)
##### mask_passwords