forked from phoenix/litellm-mirror
fix - test router debug logs
This commit is contained in:
parent
8eb839863d
commit
28bb2919b6
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ class Router:
|
|||
litellm.failure_callback.append(self.deployment_callback_on_failure)
|
||||
else:
|
||||
litellm.failure_callback = [self.deployment_callback_on_failure]
|
||||
verbose_router_logger.info(
|
||||
verbose_router_logger.debug(
|
||||
f"Intialized router with Routing strategy: {self.routing_strategy}\n\n"
|
||||
f"Routing enable_pre_call_checks: {self.enable_pre_call_checks}\n\n"
|
||||
f"Routing fallbacks: {self.fallbacks}\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue