perf: 简化启动时输出

This commit is contained in:
RockChinQ
2023-07-31 21:11:28 +08:00
parent f86e69fcd1
commit 3577e62b41
5 changed files with 6 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ def walk_plugin_path(module, prefix='', path_prefix=''):
def load_plugins():
"""加载插件"""
logging.info("加载插件")
logging.debug("加载插件")
PluginHost()
walk_plugin_path(__import__('plugins'))