Replies: 5 comments
-
Hey @pcoccoli! I'm here to assist you with any bugs, questions, or contributions you have. Let's tackle this logging configuration together! I couldn't find specific documentation on configuring logging levels for the import logging
# Suppress log messages from the 'langchain_aws' logger
logging.getLogger('langchain_aws').setLevel(logging.WARNING) This code sets the logging level for the Additionally, you can enable debug mode in the Langfuse Python SDK to get verbose logs by setting the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In case anyone actually looks at this, when I use any langfuse version past 2.51.5, I get tons of unwanted messages printed to stdout. Something in langfuse seems to mess with python logging and some loggerMap nonsense floods stdout. Unfortunately I didn't save that output so I can show it here; I will come back to it next time I need to upgrade, I'm sure! |
Beta Was this translation helpful? Give feedback.
-
Here's the example from this discussion's revision history (before I deleted it):
It's a langchain message but that's just a coincidence; downgrading to langfuse 2.51.5 makes it stop. |
Beta Was this translation helpful? Give feedback.
-
@pcoccoli What kind of Langchain app are you running? It would be great to have some minimal repro example. |
Beta Was this translation helpful? Give feedback.
-
IGNORE
Beta Was this translation helpful? Give feedback.
All reactions