log/doc: update related to legacy trace_on_debug and trace_filter
This commit is contained in:
@@ -1684,7 +1684,7 @@ Default: `warning` _(< 3.2.0)_ / `info` _(>= 3.2.0)_
|
|||||||
|
|
||||||
##### limit_content
|
##### limit_content
|
||||||
|
|
||||||
_(> 3.7.0)_
|
_(>= 3.7.0)_
|
||||||
|
|
||||||
Limit content of wrapped text (chars)
|
Limit content of wrapped text (chars)
|
||||||
|
|
||||||
@@ -1692,7 +1692,7 @@ Default: `3000`
|
|||||||
|
|
||||||
##### trace_on_debug
|
##### trace_on_debug
|
||||||
|
|
||||||
_(> 3.5.4)_
|
_(> 3.5.4)_ && _(< 3.7.1)_
|
||||||
|
|
||||||
Do not filter debug messages starting with 'TRACE'
|
Do not filter debug messages starting with 'TRACE'
|
||||||
|
|
||||||
@@ -1700,12 +1700,18 @@ Default: `False`
|
|||||||
|
|
||||||
##### trace_filter
|
##### trace_filter
|
||||||
|
|
||||||
_(> 3.5.4)_
|
_(> 3.5.4)_ && _(< 3.7.1)_
|
||||||
|
|
||||||
Filter debug messages starting with 'TRACE/<TOKEN>'
|
Filter debug messages starting with 'TRACE/<TOKEN>'
|
||||||
|
|
||||||
Prerequisite: `trace_on_debug = True`
|
Prerequisite: `trace_on_debug = True`
|
||||||
|
|
||||||
|
_(>= 3.7.1)_
|
||||||
|
|
||||||
|
Filter trace messages starting with '<TOKEN>'
|
||||||
|
|
||||||
|
Prerequisite: `level = trace`
|
||||||
|
|
||||||
Default: (empty)
|
Default: (empty)
|
||||||
|
|
||||||
##### mask_passwords
|
##### mask_passwords
|
||||||
|
|||||||
Reference in New Issue
Block a user