change VERBOSITY to INFO

This commit is contained in:
Lex Berezhny 2022-01-17 15:07:14 -05:00 committed by Jack Robison
parent a2db18010b
commit c2acceaed5
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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):