🔧 chore(langfuse.py): update debug log message for better clarity and accuracy

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-11 14:19:11 -03:00
commit 6e7d7dfb51

View file

@ -16,7 +16,7 @@ class LangfuseInstance:
@classmethod
def create(cls):
logger.debug("Creating Langfuse instance")
logger.debug("Checking Langfuse credentials")
from langflow.settings import settings
from langfuse import Langfuse # type: ignore