mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
fix(llm): update logging configuration for asyncio
This commit is contained in:
parent
67cfe994be
commit
45bb0ae8d8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue