Loglevel reduced to debug in stp

This commit is contained in:
Dirk Alders 2025-09-14 08:07:22 +02:00
parent 6142649b3d
commit 5bcee073a4

2
stp.py
View File

@ -139,7 +139,7 @@ class stp(object):
self.__clear_buffer__()
data = b + data
for msg in rv:
logger.info('%s message identified - %s', self.LOG_PREFIX, stringtools.hexlify(msg))
logger.debug('%s message identified - %s', self.LOG_PREFIX, stringtools.hexlify(msg))
return rv