fix(caching.py): fix async redis health check

This commit is contained in:
Krrish Dholakia 2024-07-06 09:14:29 -07:00
parent c7338f9798
commit 3f83e8a8d4
3 changed files with 22 additions and 7 deletions

View file

@ -600,8 +600,7 @@ class Logging:
verbose_logger.error(
"LiteLLM.LoggingError: [Non-Blocking] Exception occurred while building complete streaming response in success logging {}\n{}".format(
str(e), traceback.format_exc()
),
log_level="ERROR",
)
)
complete_streaming_response = None
else: