Skip to content

Commit 11ccf9d

Browse files
authored
Merge pull request #89 from mohitj1988/PSTRESS-147
PSTRESS-147 The --log-query-duration option must be enabled by default
2 parents 38a8ca0 + 4536e53 commit 11ccf9d

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)