Optimize logger for storage

This commit is contained in:
yangdx
2025-04-10 01:06:46 +08:00
parent 5d286dd0fa
commit ad087073aa
5 changed files with 7 additions and 7 deletions

View File

@@ -392,7 +392,7 @@ class NetworkXStorage(BaseGraphStorage):
# Check if storage was updated by another process
if self.storage_updated.value:
# Storage was updated by another process, reload data instead of saving
logger.warning(
logger.info(
f"Graph for {self.namespace} was updated by another process, reloading..."
)
self._graph = (