From ea375637cd3299b3992d4d69cf546a86c4cce64c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 18 Feb 2015 16:41:33 +0000 Subject: [PATCH] Explicitly turn on database query logging A future change to devstack will disable database query logging as a default. Since we still want this for debugging gate problems, we should turn it on explicitly instead of relying on the default. Change-Id: I6970d61474528f554134d0aa333cd52b7b20f309 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 4612da91..b347fee9 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -152,6 +152,7 @@ export OS_NO_CACHE=True CEILOMETER_BACKEND=$DEVSTACK_GATE_CEILOMETER_BACKEND LIBS_FROM_GIT=$DEVSTACK_PROJECT_FROM_GIT ZAQAR_BACKEND=$DEVSTACK_GATE_ZAQAR_BACKEND +DATABASE_QUERY_LOGGING=True EOF if [[ "$DEVSTACK_CINDER_SECURE_DELETE" -eq "0" ]]; then