Optimize log messages

This commit is contained in:
yangdx
2025-04-29 19:02:08 +08:00
parent 43f255a5b4
commit 48fd250257

View File

@@ -528,7 +528,7 @@ async def merge_nodes_and_edges(
# Merge nodes and edges
# 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 pipeline_status_lock:
log_message = (