mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 12:17:53 +02:00
fix(checkpoint): correct logging call to use logger (#5458)
fix[checkpoint]: correct logging call to use logger
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user