summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-03-10 03:22:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-03-10 03:22:29 +0000
commit2abf130a4efc0eb59f428e0fd2b4b300d372254a (patch)
treec38b5f0ed85603b47f529648ff81bf68174fc705 /src/backend/utils/misc/postgresql.conf.sample
parent7953fdcd9ecf3edf2ba14dd6d46e9f98cdf838be (diff)
Increase the default value of log_min_messages to WARNING, so that
NOTICE-grade messages are not logged by default. Per pgsql-hackers discussion back on 21-Nov-2007.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index d3604c2d5c0..e5ae0e85188 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -278,7 +278,7 @@
# warning
# error
-#log_min_messages = notice # values in order of decreasing detail:
+#log_min_messages = warning # values in order of decreasing detail:
# debug5
# debug4
# debug3