mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix route debug logs
This commit is contained in:
parent
ea07622174
commit
48c9d10e37
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ from litellm._logging import verbose_logger, verbose_proxy_logger, verbose_route
|
|||
def test_async_fallbacks(caplog):
|
||||
# THIS IS A PROD TEST - DO NOT DELETE THIS. Used for testing if litellm proxy verbose logs are human readable
|
||||
litellm.set_verbose = False
|
||||
litellm.success_callback = []
|
||||
litellm.failure_callback = []
|
||||
verbose_router_logger.setLevel(level=logging.INFO)
|
||||
verbose_logger.setLevel(logging.CRITICAL + 1)
|
||||
verbose_proxy_logger.setLevel(logging.CRITICAL + 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue