debug: disable

This commit is contained in:
Shanyu Thibaut Juneja 2026-03-11 16:33:26 -07:00 committed by STJ
parent 0e4307d625
commit bbf6e08bab

View file

@ -13,6 +13,7 @@ __all__ = [
"LLMRequestFailedError",
]
litellm.suppress_debug_info = True
litellm._logging._disable_debugging()
logging.getLogger("asyncio").setLevel(logging.CRITICAL)
logging.getLogger("asyncio").propagate = False