Skip to content

Commit beeef93

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "mysql: disable query logging by default"
2 parents 4e17005 + 20a3dbd commit beeef93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export PIP_FIND_LINKS=${PIP_FIND_LINKS:-file://$WHEELHOUSE}
119119

120120
# This can be used to turn database query logging on and off
121121
# (currently only implemented for MySQL backend)
122-
DATABASE_QUERY_LOGGING=$(trueorfalse True DATABASE_QUERY_LOGGING)
122+
DATABASE_QUERY_LOGGING=$(trueorfalse False DATABASE_QUERY_LOGGING)
123123

124124
# Set a timeout for git operations. If git is still running when the
125125
# timeout expires, the command will be retried up to 3 times. This is

0 commit comments

Comments
 (0)