You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new log viewer, it seems to ignore that filtering making viewing logs very difficult and the filter field doesn't seem to support a "not" filter like !MQTTInkbird that I can think of
Expected behavior
Expected to have the log viewer output match the log file contents
Steps to reproduce
Open log viewer, compare output to events.log file. Entries are correctly filtered out of the log file but not the viewer
I'm not 100% sure if this will work, but my understanding of the core implementation is that it is effectively another appender, so possibly this is the one.
That's a good point, I'll take a look at it and see if I can get something working playing with filters in that and/or other areas of the logger config file. Hopefully it's something that simple.
The problem
I have several events filtered in the log4j2.xml because they are very chatty like this:
`<! -- Event log appender -->
When using the new log viewer, it seems to ignore that filtering making viewing logs very difficult and the filter field doesn't seem to support a "not" filter like !MQTTInkbird that I can think of
Expected behavior
Expected to have the log viewer output match the log file contents
Steps to reproduce
Your environment
Browser console
No errors in the browser console
Browser network traffic
N/A
Additional information
Maybe have the log stream pre-filtered by default (filter field pre-populated with the "not" filter?) with an option to view everything?
The text was updated successfully, but these errors were encountered: