michael-slx / weewx-weatherlink-live

WeeWX driver for WeatherLink Live
MIT License
20 stars 7 forks source link

Consider changing "Emitting poll" from success logging to debug logging #10

Closed cube1us closed 3 years ago

cube1us commented 3 years ago

Currently the weatherlink-live driver is quite "chatty" on syslog logging emission of the poll packets and push (broadcast) packets if logging of successful operations is enabled. Seems to me that the two logging entries in .../bin/user/weatherlink_live/init.py that log ""Emitting" calls might be better done as log.debug.

(BTW, thanks a bunch for doing this work!)

JRJ