forked from phoenix/litellm-mirror
fix langfuse failure logging
This commit is contained in:
parent
92b86056cf
commit
ce8523808b
1 changed files with 1 additions and 1 deletions
|
@ -2443,7 +2443,7 @@ class Logging:
|
||||||
)
|
)
|
||||||
elif callback == "langfuse":
|
elif callback == "langfuse":
|
||||||
global langFuseLogger
|
global langFuseLogger
|
||||||
verbose_logger.debug("reaches langfuse for logging!")
|
verbose_logger.debug("reaches langfuse for logging failure")
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
for k, v in self.model_call_details.items():
|
for k, v in self.model_call_details.items():
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue