Update log level from WARN to INFO
This commit is contained in:
parent
3f1258ee5d
commit
73a09e30d4
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ class ExchangeRateManagerComponent(Component):
|
|||
|
||||
class CommandTestCase(IntegrationTestCase):
|
||||
|
||||
VERBOSITY = logging.WARN
|
||||
VERBOSITY = logging.INFO
|
||||
blob_lru_cache_size = 0
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue