From 0f9e1fffdff3f04fa216950a59b05c40eb4ad832 Mon Sep 17 00:00:00 2001 From: hinak0 <2782772457@qq.com> Date: Thu, 1 Sep 2022 21:00:24 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E6=AD=A3=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E4=B8=80=E4=B8=AA=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/logging.ini.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/logging.ini.example b/config/logging.ini.example index 1e769cf..78e4c44 100644 --- a/config/logging.ini.example +++ b/config/logging.ini.example @@ -14,13 +14,14 @@ handlers=fileHandler,consoleHandler [logger_AutoMihoyoBBS] level=WARNING +qualname=fileHandler,consoleHandler handlers=fileHandler,consoleHandler ; console [handler_consoleHandler] class=StreamHandler args=(sys.stdout,) -level=DEBUG +level=INFO formatter=simpleFormatter ; file