Turn off test log capture for now
We're hitting memory pressure test failures on test nodes. Hypothesis is that we've got things logging too much and buffering to RAM. While we track that down, turn off auto-logging. Change-Id: Ie124f8dbd18600508a4a99ef91a5e0f5df00093c
This commit is contained in:
parent
185e55bd77
commit
e7237b468f
@ -71,8 +71,9 @@ class TestCase(base.BaseTestCase):
|
||||
logger.addHandler(handler)
|
||||
|
||||
# Enable HTTP level tracing
|
||||
# TODO(mordred) This is blowing out our memory we think
|
||||
logger = logging.getLogger('keystoneauth')
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logger.setLevel(logging.INFO)
|
||||
logger.addHandler(handler)
|
||||
logger.propagate = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user