From 5bcee073a4dd73123b4f6c1e1994d1c397896748 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 14 Sep 2025 08:07:22 +0200 Subject: [PATCH] Loglevel reduced to debug in stp --- stp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stp.py b/stp.py index 372e7b8..2519909 100644 --- a/stp.py +++ b/stp.py @@ -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