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

Reduce Log-Level for send2server updates #481

Open
cratoo opened this issue Sep 19, 2024 · 0 comments
Open

Reduce Log-Level for send2server updates #481

cratoo opened this issue Sep 19, 2024 · 0 comments

Comments

@cratoo
Copy link

cratoo commented Sep 19, 2024

Currently in lib/client.js line 83, for each and every update a line is added to the log with level info.

 adapter.log.info(`send2Server ${id}[${topic}]`);

If you deal with data that gets updated every second, this can really get messy in the log.
From my point of view this should be changed to debug level.

Another way would be to add an option to disable update information in the 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

1 participant