change VERBOSITY to INFO

This commit is contained in:
Lex Berezhny 2022-01-17 15:07:14 -05:00
parent c156332e01
commit 2badd83294

View file

@ -355,7 +355,7 @@ class ExchangeRateManagerComponent(Component):
class CommandTestCase(IntegrationTestCase):
VERBOSITY = logging.INFO
VERBOSITY = logging.WARN
blob_lru_cache_size = 0
def __init__(self, *args, **kwargs):