From 83ff5c41341bfbf500acf6736f2884400aeaa022 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 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):