You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importlogginglog=logging.getLogger(__name__)
...
log.info(f"filtered values from bank statement: {len(filtered)}")
It doesnt seem to show up. Also more importantly exceptions throiwn by my tools are also not seen. The Agent responds saying there was an error. But it would be very handy if i can see the exceptions and stack traces
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All
Im running langgraph locally by cloning https://github.com/langchain-ai/langgraph-example-pyproject/tree/main and running
which starts the server in a docker container
I can see logs
however if i log something by doing
It doesnt seem to show up. Also more importantly exceptions throiwn by my tools are also not seen. The Agent responds saying there was an error. But it would be very handy if i can see the exceptions and stack traces
Beta Was this translation helpful? Give feedback.
All reactions