debug langfuse on env variable
This commit is contained in:
parent
a05a955653
commit
b93fe99b74
@ -30,7 +30,7 @@ class LangFuseLogger:
|
||||
secret_key=self.secret_key,
|
||||
host=self.langfuse_host,
|
||||
release=self.langfuse_release,
|
||||
debug=True,
|
||||
debug=self.langfuse_debug,
|
||||
)
|
||||
|
||||
def log_event(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user