From b4be712a50406fccfa3ecf5664a94af62f4d2b7e Mon Sep 17 00:00:00 2001 From: Roy Lee 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 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):