Update log level from WARN to INFO

This commit is contained in:
Roy Lee 2021-11-08 16:01:05 -08:00 committed by Ubuntu
parent 1992b83faf
commit aafa1e9613

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