调整日志

This commit is contained in:
liuwei
2025-03-21 15:30:07 +08:00
parent a5e151689e
commit dd174f1a51

View File

@@ -112,9 +112,9 @@ class PluginManager:
except Exception as e:
self.LOG.error(f"PluginManager加载插件 {plugin_name} 时发生错误: {str(e)}", exc_info=True)
self.LOG.info(f"PluginManager成功加载插件: {loaded_plugins}")
# self.LOG.info(f"PluginManager成功加载插件: {loaded_plugins}")
self.LOG.info(f"PluginManagerself.plugins: {self.plugins}")
# self.LOG.info(f"PluginManagerself.plugins: {self.plugins}")
self.LOG.info(f"PluginManagerself.module_to_plugin: {self.module_to_plugin}")
return self.plugins