调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:29:52 +08:00
parent a987902f72
commit 79d174649b
30 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class WeatherPlugin(MessagePluginInterface):
def initialize(self, context: Dict[str, Any]) -> bool:
"""初始化"""
self.LOG = logger
self.LOG.info(f"正在初始化 {self.name} 插件...")
self.LOG.debug(f"正在初始化 {self.name} 插件...")
# Redis 初始化
self.db_manager = DBConnectionManager.get_instance()