litellm/litellm-proxy-extras/tests
yassin 3cb64978d4 fix(proxy): honor LITELLM_LOG for uvicorn and proxy extras loggers
LITELLM_LOG=ERROR still printed INFO lines from uvicorn (startup and access log) and from the litellm_proxy_extras migration logger, because neither read the variable. Forward the resolved level to uvicorn when LITELLM_LOG is set and no explicit log_config or JSON logging is in use, and let the extras logger take its level from LITELLM_LOG

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-15 21:55:37 +00:00
..
__init__.py revert: default the proxy back to the v1 migration resolver 2026-09-01 12:56:08 -07:00
test_logging.py fix(proxy): honor LITELLM_LOG for uvicorn and proxy extras loggers 2026-09-15 21:55:37 +00:00
test_setup_database_fail_fast.py test(proxy-extras): wrap an over-long monkeypatch line 2026-09-02 19:03:17 -07:00