From 2abf130a4efc0eb59f428e0fd2b4b300d372254a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 10 Mar 2008 03:22:29 +0000 Subject: 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. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ - + Server Configuration @@ -2582,7 +2582,7 @@ local0.* /var/log/postgresql ERROR, LOG, FATAL, and 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 NOTICE. Note that + to the log. The default is WARNING. Note that LOG has a different rank here than in client_min_messages. Only superusers can change this setting. -- cgit v1.2.3