forked from phoenix/litellm-mirror
Merge pull request #4061 from iwamot/fix-custom-callbacks-doc
Fix log message in Custom Callbacks doc
This commit is contained in:
commit
ebf7fe0d4a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class MyCustomHandler(CustomLogger):
|
|||
print(f"On Async Success")
|
||||
|
||||
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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue