From f72ee52e9defa2c83331f63f2f6286136e9a8172 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 16 Jan 2026 13:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97=E7=BA=A7?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/message_summary/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/message_summary/main.py b/plugins/message_summary/main.py index 0e36f5c..701d06e 100644 --- a/plugins/message_summary/main.py +++ b/plugins/message_summary/main.py @@ -82,7 +82,7 @@ class MessageSummaryPlugin(MessagePluginInterface): self._api_url = api_config.get("api_url", "http://192.168.2.240/v1/chat-messages") self.message_storage = MessageStorage() - self.LOG.info(f"初始化 {self.name} 插件成功") + self.LOG.debug(f"初始化 {self.name} 插件成功") return True except Exception as e: if hasattr(self, 'LOG'):