base integration test class should default to VERBOSITY=WARN, not DEBUG
This commit is contained in:
parent
664a2a324d
commit
d0201fe7c7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class CommandTestCase(IntegrationTestCase):
|
||||||
timeout = 180
|
timeout = 180
|
||||||
LEDGER = lbrynet.wallet
|
LEDGER = lbrynet.wallet
|
||||||
MANAGER = LbryWalletManager
|
MANAGER = LbryWalletManager
|
||||||
VERBOSITY = logging.DEBUG
|
VERBOSITY = logging.WARN
|
||||||
|
|
||||||
async def asyncSetUp(self):
|
async def asyncSetUp(self):
|
||||||
await super().asyncSetUp()
|
await super().asyncSetUp()
|
||||||
|
|
Loading…
Reference in a new issue