Do not log pool-manager-caches SQL transactions

Change-Id: I14a376d8e8b65fe96ed55b768a0a115d02463ef0
This commit is contained in:
Graham Hayes 2016-03-21 14:30:00 +00:00
parent 18af8c0a89
commit 8030341da5
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class TestCase(base.BaseTestCase):
db_fixture = self.useFixture(
fixtures.DatabaseFixture.get_fixture(repository))
if os.getenv('DESIGNATE_SQL_DEBUG', "True").lower() in _TRUE_VALUES:
if os.getenv('DESIGNATE_SQL_DEBUG', "False").lower() in _TRUE_VALUES:
connection_debug = 50
else:
connection_debug = 0