Update log level from WARN to INFO

This commit is contained in:
Roy Lee 2021-11-08 16:01:05 -08:00 committed by Lex Berezhny
parent bf3dec9c89
commit 83ff5c4134

View file

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