From 8087d13e310474198b9ed512aa79626cfd735e25 Mon Sep 17 00:00:00 2001 From: OoO Date: Wed, 13 May 2026 09:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=9C=E4=B8=8A=20MCP=20DB=20writer=20?= =?UTF-8?q?=E5=A4=B1=E6=95=97=E8=A8=BA=E6=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/mcp_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcp_router.py b/services/mcp_router.py index 437b581..b99315f 100644 --- a/services/mcp_router.py +++ b/services/mcp_router.py @@ -196,7 +196,7 @@ def _async_write_mcp_call( finally: session.close() except Exception: - pass # 永不影響主流程 + logger.debug("[MCPRouter] async DB writer bootstrap failed", exc_info=True) threading.Thread(target=_writer, daemon=True).start()