From c2acceaed5288bbf1c0de66ca5a1505cca480abf 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 4c73be0c6..0403117af 100644 --- a/lbry/testcase.py +++ b/lbry/testcase.py @@ -363,7 +363,7 @@ class ExchangeRateManagerComponent(Component): class CommandTestCase(IntegrationTestCase): - VERBOSITY = logging.INFO + VERBOSITY = logging.WARN blob_lru_cache_size = 0 def __init__(self, *args, **kwargs):