Do not log pool-manager-caches SQL transactions
Change-Id: I14a376d8e8b65fe96ed55b768a0a115d02463ef0
This commit is contained in:
parent
18af8c0a89
commit
8030341da5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user