diff --git a/packages/exchange/src/exchange/langfuse/langfuse.py b/packages/exchange/src/exchange/langfuse/langfuse.py index eb641db83..2d25e772c 100644 --- a/packages/exchange/src/exchange/langfuse/langfuse.py +++ b/packages/exchange/src/exchange/langfuse/langfuse.py @@ -44,7 +44,7 @@ HAS_LANGFUSE_CREDENTIALS = True logger.info("Langfuse context and credentials found.") else: - logger.warning("Langfuse context and credentials not found. Langfuse will not work.") + logger.warning("Langfuse context and/or credentials not found. Please ensure that your Langfuse server is running locally and that your credentials are available.") # Restore stderr sys.stderr = sys.__stderr__