kpsuperplane / homebridge-wiz-lan

Control Wiz lights over LAN
Apache License 2.0
114 stars 37 forks source link

Change log level of pings to debug #141

Open conradtchan opened 9 months ago

conradtchan commented 9 months ago

128 implements periodic pings, but outputs an info-level log which is excessive and clutters the logs.

As suggested by https://github.com/kpsuperplane/homebridge-wiz-lan/pull/128#issuecomment-1381898222 and https://github.com/kpsuperplane/homebridge-wiz-lan/issues/127#issuecomment-1382258065, these log messages should be for debugging only.

This PR changes the log level to debug.