Replies: 1 comment 2 replies
-
Mostly like this:
I can double check whether this is takes precedence if it's mid-trace but that seems to not be relevant here. We have a few docs on this, one being: Ya toggling global environment in a process is bad practice and we cache it anyway so it wouldn't work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently using
os.environ['LANGCHAIN_TRACING_V2'] = 'false'
to disable logging for an llm call.However, I noticed that doing so also disables logging for the time framer - of the other concurrent llm calls happening in FastAPI server.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions