We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238561f commit 6df56e0Copy full SHA for 6df56e0
integration_test/guided-setup.postgres.expected
@@ -15,7 +15,7 @@
15
auto_explain.log_format | json
16
auto_explain.log_min_duration | 1000
17
auto_explain.log_nested_statements | on
18
- auto_explain.log_timing | off
+ auto_explain.log_timing | on
19
auto_explain.log_triggers | on
20
auto_explain.log_verbose | on
21
log_duration | off
setup/state/state.go
@@ -47,7 +47,7 @@ func init() {
47
48
AutoExplainLogAnalyze: null.StringFrom("on"),
49
AutoExplainLogBuffers: null.StringFrom("on"),
50
- AutoExplainLogTiming: null.StringFrom("off"),
+ AutoExplainLogTiming: null.StringFrom("on"),
51
AutoExplainLogTriggers: null.StringFrom("on"),
52
AutoExplainLogVerbose: null.StringFrom("on"),
53
AutoExplainLogFormat: null.StringFrom("json"),
0 commit comments