mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 04:23:40 +00:00
Merge pull request #4061 from iwamot/fix-custom-callbacks-doc
Fix log message in Custom Callbacks doc
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user