It’s hard to filter out log messages from the frontend, without editing the logger.yaml after every update.
2022-10-07 19:42:33.413 ERROR (MainThread) [frontend.js.latest.202209072] ...
Works
filters:
frontend.js.latest.202209072:
- "ResizeObserver loop completed with undelivered notifications"
- "http://192.168.77.67:8123/frontend_latest/core"
Doesn’t work
filters:
frontend.js.latest.*:
- "ResizeObserver loop completed with undelivered notifications"
- "http://192.168.77.67:8123/frontend_latest/core"
What the heck?!