Update log level from WARN to INFO

This commit is contained in:
Roy Lee 2021-11-08 16:01:05 -08:00 committed by Jack Robison
parent faa43fc20e
commit b4be712a50
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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