From c74c7e604cb739ce3c5821d88f8328b5b2a233c3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 2 Oct 2002 16:27:57 +0000 Subject: Turn GUC log_min_error_statement off by default by setting it to PANIC. --- doc/src/sgml/runtime.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 36adf5ec947..1bb3ce7f07e 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1036,15 +1036,15 @@ env PGOPTIONS='-c geqo=off' psql LOG_MIN_ERROR_STATEMENT (string) - This controls which log messages are accompanied by the original - query which generated the message. All queries matching the setting - or which are of a higher severity than the setting are logged. The - default is ERROR. Valid values are - DEBUG5, DEBUG4, - DEBUG3, DEBUG2, + This controls which message types output the original query to + the server logs. All queries matching the setting or higher are + logged. The default is PANIC. Valid values + are DEBUG5, DEBUG4, + DEBUG3, DEBUG2, DEBUG1, INFO, - NOTICE, WARNING - and ERROR. + NOTICE, WARNING, + ERROR, FATAL, and + PANIC. It is recommended you enable LOG_PID as well -- cgit v1.2.3