From aafa1e9613ad6bffc2e08c780adb86663a21a49d Mon Sep 17 00:00:00 2001
From: Roy Lee <roylee17@gmail.com>
Date: Mon, 8 Nov 2021 16:01:05 -0800
Subject: [PATCH] Update log level from WARN to INFO

---
 lbry/testcase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):