Optimize log message
This commit is contained in:
parent
9a41de51fb
commit
e46a4b2079
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue