Excessive battery logging for Sylvania Dimmer Switch Button Controller?

I have an Osram Lightify Dimmer Switch paired to Hubitat using the native " Sylvania Dimmer Switch Button Controller" driver and notice that it seems to log a battery event every 20 seconds. Here's a copy and paste from my log:

2018-12-12 11:20:29.349 [info] Lightify Dimmer battery is 100%

2018-12-12 11:20:29.343 [debug] getBatteryResult

2018-12-12 11:20:09.366 [info] Lightify Dimmer battery is 100%

2018-12-12 11:20:09.362 [debug] getBatteryResult

2018-12-12 11:19:49.379 [info] Lightify Dimmer battery is 100%

2018-12-12 11:19:49.375 [debug] getBatteryResult

2018-12-12 11:19:29.386 [info] Lightify Dimmer battery is 100%

2018-12-12 11:19:29.383 [debug] getBatteryResult

I have debug logging disabled but description text logging enabled. I tested turning off description text logging and see that it still shows the [debug] getBatteryResult message, just not the info message.

I assume this is an error in the driver? Or does this tiny battery-powered device really send a report this often and the driver is just logging its interpretation of that? (Quite impressive for how long the battery lasts if that's the case.) I'm just trying to minimize clutter in my logs and now that SharpTools has been taken care of, I was wondering if there's anything I can do about this. :slight_smile: