Update default config example for log_filter
As far as I can tell, this log filter does not actually support wildcards in the subclass.
This commit is contained in:
parent
f92f494cab
commit
33dde0d06b
|
@ -322,7 +322,7 @@ camera_inner_flip =
|
||||||
|
|
||||||
[Miscellaneous]
|
[Miscellaneous]
|
||||||
# A filter which removes logs below a certain logging level.
|
# A filter which removes logs below a certain logging level.
|
||||||
# Examples: *:Debug Kernel.SVC:Trace Service.*:Critical
|
# Examples: *:Debug Kernel.SVC:Trace Service:Critical
|
||||||
log_filter = *:Info
|
log_filter = *:Info
|
||||||
|
|
||||||
[Debugging]
|
[Debugging]
|
||||||
|
|
Reference in New Issue