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