summaryrefslogtreecommitdiff
path: root/doc/src
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 /doc/src
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 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 677fd4d7bf5..0c2740890da 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.168 2008/03/09 04:56:28 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.169 2008/03/10 03:22:29 tgl Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -2582,7 +2582,7 @@ local0.* /var/log/postgresql
<literal>ERROR</>, <literal>LOG</>, <literal>FATAL</>, and
<literal>PANIC</>. Each level includes all the levels that
follow it. The later the level, the fewer messages are sent
- to the log. The default is <literal>NOTICE</>. Note that
+ to the log. The default is <literal>WARNING</>. Note that
<literal>LOG</> has a different rank here than in
<varname>client_min_messages</>.
Only superusers can change this setting.