Loglevel reduced to debug in stp
This commit is contained in:
parent
6142649b3d
commit
5bcee073a4
2
stp.py
2
stp.py
@ -139,7 +139,7 @@ class stp(object):
|
|||||||
self.__clear_buffer__()
|
self.__clear_buffer__()
|
||||||
data = b + data
|
data = b + data
|
||||||
for msg in rv:
|
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
|
return rv
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user