Update log level from WARN to INFO
This commit is contained in:
parent
bf3dec9c89
commit
83ff5c4134
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,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