ljean / modbus-tk

Create Modbus app easily with Python
Other
566 stars 212 forks source link

Modbus RTU client logger #131

Closed aetasoul closed 3 years ago

aetasoul commented 3 years ago

There is a problem at line 92 of modbus_rtu.py

LOGGER.info("RtuMaster %s is %s", self._serial.name, "opened" if self._serial.is_open else "closed")

This line maybe should be added under a debug enabled condition? My log file is filling the device memory because this message appear each reading..