forked from LBRYCommunity/lbry-sdk
change VERBOSITY to INFO
This commit is contained in:
parent
a2db18010b
commit
c2acceaed5
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class ExchangeRateManagerComponent(Component):
|
|||
|
||||
class CommandTestCase(IntegrationTestCase):
|
||||
|
||||
VERBOSITY = logging.INFO
|
||||
VERBOSITY = logging.WARN
|
||||
blob_lru_cache_size = 0
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue