forked from phoenix/litellm-mirror
chore: fix typo
This commit is contained in:
parent
18bf68298f
commit
68637997c7
1 changed files with 1 additions and 1 deletions
|
@ -2382,7 +2382,7 @@ class Logging:
|
||||||
self, exception, traceback_exception, start_time=None, end_time=None
|
self, exception, traceback_exception, start_time=None, end_time=None
|
||||||
):
|
):
|
||||||
print_verbose(
|
print_verbose(
|
||||||
f"eLogging Details LiteLLM-Failure Call: {litellm.failure_callback}"
|
f"Logging Details LiteLLM-Failure Call: {litellm.failure_callback}"
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
start_time, end_time = self._failure_handler_helper_fn(
|
start_time, end_time = self._failure_handler_helper_fn(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue