Fix log message in Custom Callbacks doc

This commit is contained in:
Takashi Iwamoto
2024-06-07 22:20:16 +09:00
parent 6ff67b0df4
commit dbfdbf37c9
@@ -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()