forked from phoenix/litellm-mirror
Fix log message in Custom Callbacks doc
This commit is contained in:
parent
6ff67b0df4
commit
dbfdbf37c9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class MyCustomHandler(CustomLogger):
|
||||||
print(f"On Async Success")
|
print(f"On Async Success")
|
||||||
|
|
||||||
async def async_log_failure_event(self, kwargs, response_obj, start_time, end_time):
|
async def async_log_failure_event(self, kwargs, response_obj, start_time, end_time):
|
||||||
print(f"On Async Success")
|
print(f"On Async Failure")
|
||||||
|
|
||||||
customHandler = MyCustomHandler()
|
customHandler = MyCustomHandler()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue