braindead1 / ioBroker.robonect

ioBroker.robonect is an ioBroker adapter for your Robonect HX enabled lawn mower.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polling done message fills the log file

Galileo53 opened this issue · comments

The info message "Polling done" is constantly logged in the IoBroker log file, e.g. every minute what is the default configuration.
This will fill the log file very soon, so that other log messages are almost invisible or even swapped out.
Suggestion: Make this logging configurable or even easier: change the log level from this.log.info('Polling done') to this.log.debug('Polling done');

Fixed in 6e49247.