mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
fix(llm): update logging configuration for asyncio
This commit is contained in:
parent
6e177a5d4e
commit
3ffec5751d
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