Update log level from WARN to INFO

This commit is contained in:
Roy Lee 2021-11-08 16:01:05 -08:00
parent 3f1258ee5d
commit 73a09e30d4

View file

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