update logger configuration

This commit is contained in:
春河晴
2025-06-11 15:48:59 +09:00
parent 7b4e7b94f8
commit 302240478c
4 changed files with 26 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ from src.config.config import global_config
global_api = None
def get_global_api() -> MessageServer:
"""获取全局MessageServer实例"""
global global_api