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