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