From 20022d49c1b87e28065c1fe45d27a6d7f6798a2b Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 12 May 2019 04:13:58 -0300 Subject: [PATCH] less verbose dht tests --- tests/integration/test_dht.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_dht.py b/tests/integration/test_dht.py index 5b714ef3d..8fdcdaf83 100644 --- a/tests/integration/test_dht.py +++ b/tests/integration/test_dht.py @@ -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 = []