mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix logging for error
This commit is contained in:
parent
f2152ce696
commit
748ca445cf
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ class EncryptedContentAffinityCheck(CustomLogger):
|
|||
] = True
|
||||
return [deployment]
|
||||
|
||||
verbose_router_logger.debug(
|
||||
verbose_router_logger.error(
|
||||
"EncryptedContentAffinityCheck: cached deployment=%s for item_id=%s "
|
||||
"not found in healthy_deployments",
|
||||
cached_model_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue