Optimize log messages
This commit is contained in:
parent
43f255a5b4
commit
48fd250257
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ async def merge_nodes_and_edges(
|
||||||
|
|
||||||
# Merge nodes and edges
|
# Merge nodes and edges
|
||||||
# Use graph database lock to ensure atomic merges and updates
|
# Use graph database lock to ensure atomic merges and updates
|
||||||
graph_db_lock = get_graph_db_lock(enable_logging=True)
|
graph_db_lock = get_graph_db_lock(enable_logging=False)
|
||||||
async with graph_db_lock:
|
async with graph_db_lock:
|
||||||
async with pipeline_status_lock:
|
async with pipeline_status_lock:
|
||||||
log_message = (
|
log_message = (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue