Browse code

Merge "mysql: disable query logging by default"

Jenkins authored on 2015/02/24 06:30:19
Showing 1 changed files
... ...
@@ -119,7 +119,7 @@ export PIP_FIND_LINKS=${PIP_FIND_LINKS:-file://$WHEELHOUSE}
119 119
 
120 120
 # This can be used to turn database query logging on and off
121 121
 # (currently only implemented for MySQL backend)
122
-DATABASE_QUERY_LOGGING=$(trueorfalse True DATABASE_QUERY_LOGGING)
122
+DATABASE_QUERY_LOGGING=$(trueorfalse False DATABASE_QUERY_LOGGING)
123 123
 
124 124
 # Set a timeout for git operations.  If git is still running when the
125 125
 # timeout expires, the command will be retried up to 3 times.  This is