diff --git a/stackrc b/stackrc index 83280cbdce..e084d94d7c 100644 --- a/stackrc +++ b/stackrc @@ -119,7 +119,7 @@ export PIP_FIND_LINKS=${PIP_FIND_LINKS:-file://$WHEELHOUSE} # 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