diff --git a/lbry/testcase.py b/lbry/testcase.py index fbd3fb2e1..d49a08219 100644 --- a/lbry/testcase.py +++ b/lbry/testcase.py @@ -336,7 +336,7 @@ class ExchangeRateManagerComponent(Component): class CommandTestCase(IntegrationTestCase): - VERBOSITY = logging.WARN + VERBOSITY = logging.INFO blob_lru_cache_size = 0 def __init__(self, *args, **kwargs):