From e46a4b20793297664aa8eb2e21509bb267f05efc Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 4 May 2025 22:31:57 +0800 Subject: [PATCH] Optimize log message --- lightrag/kg/postgres_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/kg/postgres_impl.py b/lightrag/kg/postgres_impl.py index 3d2955bb..44610eaf 100644 --- a/lightrag/kg/postgres_impl.py +++ b/lightrag/kg/postgres_impl.py @@ -1178,7 +1178,7 @@ class PGGraphStorage(BaseGraphStorage): with_age=True, graph_name=self.graph_name, ) - logger.info(f"Successfully executed: {query}") + # logger.info(f"Successfully executed: {query}") except Exception: continue