Merge pull request #4061 from iwamot/fix-custom-callbacks-doc

Fix log message in Custom Callbacks doc
This commit is contained in:
Krish Dholakia
2024-06-07 07:43:35 -07:00
committed by GitHub
@@ -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()