base integration test class should default to VERBOSITY=WARN, not DEBUG

This commit is contained in:
Lex Berezhny 2019-03-22 03:14:33 -04:00
parent 664a2a324d
commit d0201fe7c7

View file

@ -62,7 +62,7 @@ class CommandTestCase(IntegrationTestCase):
timeout = 180
LEDGER = lbrynet.wallet
MANAGER = LbryWalletManager
VERBOSITY = logging.DEBUG
VERBOSITY = logging.WARN
async def asyncSetUp(self):
await super().asyncSetUp()