Reduce pylabrobot conversion warning & force enable log dump.

This commit is contained in:
Xuwznln
2025-11-28 22:41:50 +08:00
parent 53e767a054
commit b8278c5026
2 changed files with 6 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ def main():
if hasattr(BasicConfig, "log_level"):
logger.info(f"Log level set to '{BasicConfig.log_level}' from config file.")
configure_logger(loglevel=BasicConfig.log_level, working_dir=working_dir)
configure_logger(loglevel=BasicConfig.log_level, working_dir=working_dir)
if args_dict["addr"] == "test":
print_status("使用测试环境地址", "info")