From 2badd832944102e4025e478079c52ddf3d4b8d20 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 17 Jan 2022 15:07:14 -0500 Subject: [PATCH] change VERBOSITY to INFO --- lbry/testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/testcase.py b/lbry/testcase.py index c07a74b4c..f25fad09f 100644 --- a/lbry/testcase.py +++ b/lbry/testcase.py @@ -355,7 +355,7 @@ class ExchangeRateManagerComponent(Component): class CommandTestCase(IntegrationTestCase): - VERBOSITY = logging.INFO + VERBOSITY = logging.WARN blob_lru_cache_size = 0 def __init__(self, *args, **kwargs):