gzdaniel commited on
Commit
6cd2521
·
1 Parent(s): 55a25c8

Optimize log message

Browse files
Files changed (1) hide show
  1. lightrag/kg/postgres_impl.py +1 -1
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