mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
debug langfuse on env variable
This commit is contained in:
parent
a05a955653
commit
b93fe99b74
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue