mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: Silence unwanted asyncio clutter (#1299)
This commit is contained in:
parent
65a88aab60
commit
57255af18a
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ from tempfile import TemporaryDirectory
|
|||
from . import DflyInstance, DflyInstanceFactory, DflyParams, PortPicker, dfly_args
|
||||
from .utility import DflySeederFactory
|
||||
|
||||
logging.getLogger('asyncio').setLevel(logging.WARNING)
|
||||
|
||||
DATABASE_INDEX = 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue