perf: 简化启动输出

This commit is contained in:
RockChinQ
2023-12-21 16:28:45 +08:00
parent d1c2453310
commit 38357dd68d
4 changed files with 7 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ def load_plugins():
def initialize_plugins():
"""初始化插件"""
logging.info("初始化插件")
logging.debug("初始化插件")
import pkg.plugin.models as models
successfully_initialized_plugins = []