forked from LBRYCommunity/lbry-sdk
Update log level from WARN to INFO
This commit is contained in:
parent
faa43fc20e
commit
b4be712a50
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class ExchangeRateManagerComponent(Component):
|
||||||
|
|
||||||
class CommandTestCase(IntegrationTestCase):
|
class CommandTestCase(IntegrationTestCase):
|
||||||
|
|
||||||
VERBOSITY = logging.WARN
|
VERBOSITY = logging.INFO
|
||||||
blob_lru_cache_size = 0
|
blob_lru_cache_size = 0
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue