diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-19 20:58:20 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-19 20:58:20 -0400 |
| commit | 3964c072076baa39f58823f1c124d8f02d35dd7e (patch) | |
| tree | 13a4ed190ab0801d8462eb58dc6a9790bda16dff /conf | |
| parent | a1faca737392b3dfddbcc17396d9ded4a48226af (diff) | |
Set slow query threshold to 250ms
Diffstat (limited to '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 |
