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:
Ian Chamberlain 2023-03-31 13:54:47 -04:00
parent f92f494cab
commit 33dde0d06b
No known key found for this signature in database
GPG key ID: AE5484D09405AA60

View file

@ -322,7 +322,7 @@ camera_inner_flip =
[Miscellaneous]
# 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
[Debugging]