调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:39:53 +08:00
parent 8790d0c582
commit f72ee52e9d

View File

@@ -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'):