-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help with log Levels #211
Comments
Ad 1. Yes, log level is per accessory, but newly paired accessories inherit the level from the gateway. Ad 2. See https://github.com/ebaauw/homebridge-lib/wiki/Log-Messages. Even with level 0, you’ll still see the warnings and errors. |
Thanks for your reply!
I see, then I'll have to write a little script that changes the log level for all of them. (that could be a neat future feature to have a built in command for that)
Perfect, thanks for the link! closing this issue 🙏 |
for anyone stumbling over this, here's a short python3 script to change the logLevel for all accessories and the gateway to 0
|
Or, using
|
I'm doing the first steps of migrating from homebridge hue and have 2 questions about logging (as I wanted to reduce clutter in my homebridge logs)
thanks for any answers!
The text was updated successfully, but these errors were encountered: