Skip to content
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

Disable log entries?! #87

Open
tobihoby opened this issue Feb 6, 2022 · 4 comments
Open

Disable log entries?! #87

tobihoby opened this issue Feb 6, 2022 · 4 comments

Comments

@tobihoby
Copy link

tobihoby commented Feb 6, 2022

Hi,
How can I limit or minimize the messages displayed in the log?

Regards
Tobi

@benzman81
Copy link
Owner

Not yet possible. Feel free to open a pull request.

@solbadguy2010
Copy link

Yes, please move the log-entires to the Homebridge Debug Mode.

@jenstheclown
Copy link

+1

It's terrible.

@madcat-nl
Copy link

To solve this issue, I edited the javascript to disable the cached logging which was keep showing up.
I have configured with "lock_state_mode": 1

sudo nano +69 /var/lib/homebridge/node_modules/homebridge-nukiio/src/nuki/NukiLock.js
Add // to this line, so it shows like this:
//this.log("Cached lock state is isLocked = '%s'.", cachedIsLocked);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants