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