diff options
Diffstat (limited to 'conf/postgresql.conf')
| -rw-r--r-- | conf/postgresql.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/postgresql.conf b/conf/postgresql.conf index 9f4c629..d89fca0 100644 --- a/conf/postgresql.conf +++ b/conf/postgresql.conf @@ -237,7 +237,7 @@ shared_buffers = 28MB # min 128kB # requires logging_collector to be on. # This is used when logging to stderr: -#logging_collector = off # Enable capturing of stderr and csvlog +#logging_collector = off # Enable capturing of stderr and csvlog # into log files. Required to be on for # csvlogs. # (change requires restart) @@ -314,7 +314,7 @@ shared_buffers = 28MB # min 128kB # fatal # panic (effectively off) -#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements +log_min_duration_statement = 250 # -1 is disabled, 0 logs all statements # and their durations, > 0 logs only # statements running at least this number # of milliseconds |
