fix(llm): update logging configuration for asyncio

This commit is contained in:
0xallam
2026-01-05 18:07:12 -08:00
committed by Ahmed Allam
parent 67cfe994be
commit 45bb0ae8d8

View File

@@ -13,4 +13,5 @@ __all__ = [
]
litellm._logging._disable_debugging()
logging.getLogger("aiohttp").setLevel(logging.CRITICAL)
logging.getLogger("asyncio").setLevel(logging.CRITICAL)
logging.getLogger("asyncio").propagate = False