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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user