Merge "mysql: disable query logging by default"
diff --git a/stackrc b/stackrc
index 83280cb..e084d94 100644
--- a/stackrc
+++ b/stackrc
@@ -119,7 +119,7 @@
# This can be used to turn database query logging on and off
# (currently only implemented for MySQL backend)
-DATABASE_QUERY_LOGGING=$(trueorfalse True DATABASE_QUERY_LOGGING)
+DATABASE_QUERY_LOGGING=$(trueorfalse False DATABASE_QUERY_LOGGING)
# Set a timeout for git operations. If git is still running when the
# timeout expires, the command will be retried up to 3 times. This is