调整日志级别
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user