-
Notifications
You must be signed in to change notification settings - Fork 894
Disable LangSmith #238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
unfortunatly there is no fix as of now and it is an annoying set of error messages. We will change that shortly for now, you can disable the logs if you want import logging
logging.getLogger('langchain.callbacks.tracers.langchain').setLevel(logging.WARNING)
logging.getLogger('urllib3.connectionpool').setLevel(logging.ERROR) will put a long term solution in the mean time |
Thanks a lot! 🙏🏻 |
I also faced the same issue and using the given suggestion to disable the log for now. Thanks @jjmachan |
applogies for this annoyance @ranjanritesh89 but we will also have a permanent fix with #394 too |
Hi, I'm getting the following errors logged when running eval:
How can I disable LangSmith to prevent these?
The text was updated successfully, but these errors were encountered: