Optimize log message
Browse files
lightrag/kg/postgres_impl.py
CHANGED
@@ -1178,7 +1178,7 @@ class PGGraphStorage(BaseGraphStorage):
|
|
1178 |
with_age=True,
|
1179 |
graph_name=self.graph_name,
|
1180 |
)
|
1181 |
-
logger.info(f"Successfully executed: {query}")
|
1182 |
except Exception:
|
1183 |
continue
|
1184 |
|
|
|
1178 |
with_age=True,
|
1179 |
graph_name=self.graph_name,
|
1180 |
)
|
1181 |
+
# logger.info(f"Successfully executed: {query}")
|
1182 |
except Exception:
|
1183 |
continue
|
1184 |
|