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

Log output control #18

Open
To-Azamat opened this issue Jul 20, 2020 · 3 comments
Open

Log output control #18

To-Azamat opened this issue Jul 20, 2020 · 3 comments

Comments

@To-Azamat
Copy link

Can you please add option to disable/limit log output?
Running 2 purifiers my log gets really noisy very fast.

Thanks!

@paqpaqpaq
Copy link

was looking for the same thing. log files are flooding with purifier data

@Cocco17
Copy link

Cocco17 commented Nov 5, 2020

Would love to see this function/option realized as well! Information is just needed in the beginning for debug purposes, but is unnecessary in the log output afterwards

@paqpaqpaq
Copy link

I think this plugin is not maintained anymore.
anyway, in index.js There is (line 66)

setInterval(function() { try { that.log('Polling properties') that.miotPurifier.pollProperties(); } catch (e) { that.log(e); } }, 30000); }

It needs to log to communicate/update with Home I presume, however, who has an option to simply block it from outputing to homebridge log?

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

No branches or pull requests

3 participants