Hey everyone —
I put together a little integration called Logger Manager that makes it easier to view and change logging levels in Home Assistant without editing configuration.yaml, restarting, or script writing. Logger Manager provides a simple interface to find active loggers in HA and set logging levels.
It started as a personal project because I got tired of editing configuration files or writing/editing scripts every time I wanted to debug something–oh yeah, and forgetting to turn logging back down afterward…that’s fun.
You can check it out here:
Or download as a custom repository in HACS here:
It’s my first attempt at building an integration, so feedback and ideas for improvement are very welcome (see Issues int the repo). Hope it helps someone else save a little time too!