Skip to content

Commit 4536e53

Browse files
committed
PSTRESS-147 The --log-query-duration option must be enabled by default
https://jira.percona.com/browse/PSTRESS-147
1 parent cf5a0c3 commit 4536e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/help.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ void add_options() {
677677
opt =
678678
newOption(Option::BOOL, Option::LOG_QUERY_DURATION, "log-query-duration");
679679
opt->help = "Log query duration in milliseconds";
680-
opt->setBool(false);
680+
opt->setBool(true);
681681
opt->setArgs(no_argument);
682682

683683
/* log failed queries */

0 commit comments

Comments
 (0)