diff options
| author | sostler <sbostler@gmail.com> | 2010-05-19 23:34:41 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-19 23:34:41 -0400 |
| commit | 3589da0fdfbb3ef09a0f89778edcaf40c2574c5b (patch) | |
| tree | ae9b57ac3299f2ba04555d36e988871c8dc2877c /conf/postgresql.conf | |
| parent | 793ec966d27d6e3696a11957c817029a08574ce0 (diff) | |
| parent | 19c14ae3cda45f919987111e98e7bf11f2c2b2fb (diff) | |
Resolved merge
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 |
