Skip to content

Commit 6df56e0

Browse files
committed
Recommend enabling auto_explain.log_timing
1 parent 238561f commit 6df56e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: integration_test/guided-setup.postgres.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
auto_explain.log_format | json
1616
auto_explain.log_min_duration | 1000
1717
auto_explain.log_nested_statements | on
18-
auto_explain.log_timing | off
18+
auto_explain.log_timing | on
1919
auto_explain.log_triggers | on
2020
auto_explain.log_verbose | on
2121
log_duration | off

Diff for: setup/state/state.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func init() {
4747

4848
AutoExplainLogAnalyze: null.StringFrom("on"),
4949
AutoExplainLogBuffers: null.StringFrom("on"),
50-
AutoExplainLogTiming: null.StringFrom("off"),
50+
AutoExplainLogTiming: null.StringFrom("on"),
5151
AutoExplainLogTriggers: null.StringFrom("on"),
5252
AutoExplainLogVerbose: null.StringFrom("on"),
5353
AutoExplainLogFormat: null.StringFrom("json"),

0 commit comments

Comments
 (0)