From 21cc5df60e72f3ee1b75e07d9aece34e25bc8429 Mon Sep 17 00:00:00 2001 From: ccsuzzh <1719571694@qq.com> Date: Mon, 27 Nov 2023 23:43:18 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[Fix]=20=E4=BF=AE=E6=94=B9logger?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E9=81=BF=E5=85=8D=E5=86=B2=E7=AA=81=20(#5668?= =?UTF-8?q?7)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b17bcb7f2fd36c59488ab028e6a57783dbec232f. --- tools/sampcd_processor_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/sampcd_processor_utils.py b/tools/sampcd_processor_utils.py index d7b0a660f1639..e339499213b40 100644 --- a/tools/sampcd_processor_utils.py +++ b/tools/sampcd_processor_utils.py @@ -23,9 +23,7 @@ import time import typing -logger = logging.getLogger(__name__) -logger.propagate = False - +logger = logging.getLogger() if logger.handlers: console = logger.handlers[ 0