change VERBOSITY to INFO
This commit is contained in:
parent
c156332e01
commit
2badd83294
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class ExchangeRateManagerComponent(Component):
|
||||||
|
|
||||||
class CommandTestCase(IntegrationTestCase):
|
class CommandTestCase(IntegrationTestCase):
|
||||||
|
|
||||||
VERBOSITY = logging.INFO
|
VERBOSITY = logging.WARN
|
||||||
blob_lru_cache_size = 0
|
blob_lru_cache_size = 0
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Add table
Reference in a new issue