fix - test router debug logs

This commit is contained in:
Ishaan Jaff 2024-07-20 18:45:31 -07:00
parent 8eb839863d
commit 28bb2919b6

View file

@ -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"