forked from LBRYCommunity/lbry-sdk
less verbose dht tests
This commit is contained in:
parent
32d1563885
commit
20022d49c1
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue