From 5fbb39da7cadecd5c712b93d367f9adc2b9cb5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=BA=94?= Date: Thu, 9 Apr 2026 17:19:18 +0800 Subject: [PATCH] chore(logger): add test comment to logger configuration - Added test comment in logger utility function - Removed duplicate log handling by keeping the remove() call --- reme/core/utils/logger_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reme/core/utils/logger_utils.py b/reme/core/utils/logger_utils.py index 512c0a42..4f7623ff 100644 --- a/reme/core/utils/logger_utils.py +++ b/reme/core/utils/logger_utils.py @@ -17,7 +17,7 @@ def init_logger(log_dir: str = "logs", level: str = "INFO", log_to_console: bool # Remove default handler to avoid duplicate logs logger.remove() - + # test # Configure colorized standard output logging if enabled if log_to_console: logger.add(