openhab / jamod

A fork of Java Modbus Library (jamod) - http://jamod.sourceforge.net/
Apache License 2.0
17 stars 26 forks source link

Remove stack trace printing to console. #3

Closed ssalonen closed 4 years ago

ssalonen commented 4 years ago

Connection and I/O errors were printed out to stdout. Now removed to clean out the output.

Also many logging statements very tuned to be less loud, as the errors are handled in the transport bundle.

cc @kaikreuzer

I'm not sure how the release of this bundle really goes, hope you can execute the needed steps.

Signed-off-by: Sami Salonen ssalonen@gmail.com

ssalonen commented 4 years ago

See https://github.com/openhab/jamod/pull/4