langgraph severity setting #4835
Unanswered
hyunho1027
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using langgraph api image on googl-kubernetes-engine
I met recursion limit exception like
langgraph.errors.GraphRecursionError: Recursion limit of 25 reached without hitting a stop condition. You can increase the limit by setting the `recursion_limit` config key.
But this log severity is "INFO" in log explorer like
Can I set this log from stdout to stderr for "ERROR" severity by changing langgraph api setting?
Beta Was this translation helpful? Give feedback.
All reactions