update:去除无关日志

This commit is contained in:
hrz
2025-06-27 23:47:17 +08:00
parent 6f6c39da23
commit 500b0ebde3
-3
View File
@@ -925,9 +925,6 @@ class ConnectionHandler:
await self.close(self.websocket)
break
# 每10秒检查一次,避免过于频繁
self.logger.bind(tag=TAG).info(
f"检查连接超时...{self.last_activity_time}"
)
await asyncio.sleep(10)
except Exception as e:
self.logger.bind(tag=TAG).error(f"超时检查任务出错: {e}")