diff --git a/libs/checkpoint/langgraph/checkpoint/memory/__init__.py b/libs/checkpoint/langgraph/checkpoint/memory/__init__.py index 14f2a9547..cb26a8668 100644 --- a/libs/checkpoint/langgraph/checkpoint/memory/__init__.py +++ b/libs/checkpoint/langgraph/checkpoint/memory/__init__.py @@ -595,6 +595,6 @@ class PersistentDict(defaultdict): except EOFError: return except Exception: - logging.error(f"Failed to load file: {fileobj.name}") + logger.error(f"Failed to load file: {fileobj.name}") raise raise ValueError("File not in a supported format")