less verbose dht tests

This commit is contained in:
Victor Shyba 2019-05-12 04:13:58 -03:00
parent 32d1563885
commit 20022d49c1

View file

@ -12,7 +12,7 @@ class DHTIntegrationTest(AsyncioTestCase):
async def asyncSetUp(self):
import logging
logging.getLogger('asyncio').setLevel(logging.ERROR)
logging.getLogger('lbrynet.dht').setLevel(logging.DEBUG)
logging.getLogger('lbrynet.dht').setLevel(logging.WARN)
self.nodes = []
self.known_node_addresses = []