mvalla / openhab-addons

Add-ons for openHAB
Eclipse Public License 2.0
24 stars 16 forks source link

Do not represent date system #53

Closed Gozilla01 closed 5 years ago

Gozilla01 commented 5 years ago

Do not represent the system date message in the log. Avoid writing useless data into the SD card

`2019-01-31 21:01:28.484 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< *#13*22210131000043101*2019##

2019-01-31 21:01:28.488 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## handleManagementDimension not processed

2019-01-31 21:01:28.492 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== GatewayManagement WHAT = null`

mvalla commented 5 years ago

for the moment, all received messages from the BUS are logged with INFO level, to simplify the debugging phase of the binding. When the binding will be released these messages will probably be moved to DEBUG level.