enable slave mode

This commit is contained in:
Xuwznln
2025-11-07 16:11:27 +08:00
parent a5bad6074f
commit c796615f9f
6 changed files with 90 additions and 75 deletions

View File

@@ -191,7 +191,8 @@ def configure_logger(loglevel=None):
# 添加处理器到根日志记录器
root_logger.addHandler(console_handler)
logging.getLogger("asyncio").setLevel(logging.INFO)
logging.getLogger("urllib3").setLevel(logging.INFO)
# 配置日志系统
configure_logger()