1
0
Fork 0
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:
Roy Jacobson 2023-05-28 15:53:40 +03:00 committed by GitHub
parent 65a88aab60
commit 57255af18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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