forked from phoenix/litellm-mirror
fix(caching.py): fix async redis health check
This commit is contained in:
parent
c7338f9798
commit
3f83e8a8d4
3 changed files with 22 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue