From 7fec5c50494828d2e4a53322fc36cc22f12e6edb Mon Sep 17 00:00:00 2001 From: Antoine Van Elstraete Date: Sun, 24 Aug 2025 16:39:08 +0200 Subject: [PATCH] =?UTF-8?q?DEBUG=20c'est=20quand=20m=C3=AAme=20tr=C3=A8s?= =?UTF-8?q?=20verbeux=20->=20passage=20=C3=A0=20INFO:x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snmp2mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp2mqtt.py b/snmp2mqtt.py index ad94060..6cfac93 100755 --- a/snmp2mqtt.py +++ b/snmp2mqtt.py @@ -19,7 +19,7 @@ import time logging.basicConfig( format='(%(levelname)s) [%(threadName)s] %(message)s', - level=logging.DEBUG + level=logging.INFO ) # Global shutdown flag