forked from phoenix/litellm-mirror
fix taf based routing debugging
This commit is contained in:
parent
a1f0df3cea
commit
f1d0045ae6
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ async def get_deployments_for_tag(
|
||||||
|
|
||||||
new_healthy_deployments = []
|
new_healthy_deployments = []
|
||||||
if request_tags:
|
if request_tags:
|
||||||
verbose_logger.debug("parameter routing: router_keys: %s", request_tags)
|
verbose_logger.debug(
|
||||||
|
"get_deployments_for_tag routing: router_keys: %s", request_tags
|
||||||
|
)
|
||||||
# example this can be router_keys=["free", "custom"]
|
# example this can be router_keys=["free", "custom"]
|
||||||
# get all deployments that have a superset of these router keys
|
# get all deployments that have a superset of these router keys
|
||||||
for deployment in healthy_deployments:
|
for deployment in healthy_deployments:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue