调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:34:37 +08:00
parent 79d174649b
commit c6a0679741
30 changed files with 42 additions and 40 deletions

View File

@@ -85,6 +85,7 @@ def main():
except Exception as e:
robot.LOG.error(f"GlancesMonitor服务器启动失败: {e}")
robot.LOG.info(f"=" * 30)
asyncio.run(async_job.run_all())
# 让机器人一直跑
robot.keep_running_and_block_process()