From bb666eef232caf3021084883f7de33d80fceca97 Mon Sep 17 00:00:00 2001 From: lanceyq <1982376970@qq.com> Date: Wed, 24 Dec 2025 17:18:43 +0800 Subject: [PATCH] [fix]Fix the log error --- api/app/controllers/user_memory_controllers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/app/controllers/user_memory_controllers.py b/api/app/controllers/user_memory_controllers.py index 5ff34d21..fbefe5ba 100644 --- a/api/app/controllers/user_memory_controllers.py +++ b/api/app/controllers/user_memory_controllers.py @@ -198,8 +198,8 @@ async def get_node_statistics_api( api_logger.info(f"成功获取节点统计: end_user_id={end_user_id}, total={result['total']}") return success(data=result, msg="查询成功") except Exception as e: - api_logger.error(f"用户摘要查询失败: end_user_id={end_user_id}, error={str(e)}") - return fail(BizCode.INTERNAL_ERROR, "用户摘要查询失败", str(e)) + api_logger.error(f"节点统计查询失败: end_user_id={end_user_id}, error={str(e)}") + return fail(BizCode.INTERNAL_ERROR, "节点统计查询失败", str(e)) @router.get("/analytics/graph_data", response_model=ApiResponse) async def get_graph_data_api(