hassio-addons / addon-log-viewer

Log Viewer - Home Assistant Community Add-ons
https://addons.community
MIT License
69 stars 7 forks source link

Log Viewer shows a lot, regardless of log_level configuration #179

Open HypeLaser opened 1 year ago

HypeLaser commented 1 year ago

I use Log Viewer to keep an eye on the Home Assistant log file for errors. It seems the Log Viewer shows every new line added to this log, regardless of what the config file is set to. This does not seem correct.

I expected the amount of updates to change when the settings were re-configured from "log_level: INFO" to "log_level: FATAL".

However it continues to show every update from various sensors and other messages, and neither setting seems to show a difference.

I can reproduce this by changing the setting back to INFO, or ERROR, or FATAL. Regardless of what the setting is, it always seems to scroll with the same amount of data displayed.

Is this a bug or misconfigured somewhere?