加入日志
This commit is contained in:
2
main.py
2
main.py
@@ -68,8 +68,8 @@ def main():
|
|||||||
robot.LOG.error(f"Dashboard服务器启动失败: {e}")
|
robot.LOG.error(f"Dashboard服务器启动失败: {e}")
|
||||||
|
|
||||||
asyncio.run(async_job.run_all())
|
asyncio.run(async_job.run_all())
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
robot.LOG.debug(f"开始启动GlancesMonitor")
|
||||||
# 初始化 Glances 监控
|
# 初始化 Glances 监控
|
||||||
monitor = GlancesMonitor(
|
monitor = GlancesMonitor(
|
||||||
email_sender=robot.email_sender,
|
email_sender=robot.email_sender,
|
||||||
|
|||||||
Reference in New Issue
Block a user