From: Bruce Momjian Date: Thu, 3 Oct 2002 02:26:49 +0000 (+0000) Subject: Add wording so people know PANIC is really "off" for log_min_error_statement. X-Git-Tag: REL7_3~361 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04287daa83a402601e58103a6436caf3d2c31ea9;p=thirdparty%2Fpostgresql.git Add wording so people know PANIC is really "off" for log_min_error_statement. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 1bb3ce7f07e..a7215c89ce0 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1038,13 +1038,13 @@ env PGOPTIONS='-c geqo=off' psql 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, - ERROR, FATAL, and - PANIC. + logged. The default is PANIC (effectively + "off"). Valid values are DEBUG5, + DEBUG4, DEBUG3, + DEBUG2, DEBUG1, + INFO, NOTICE, + WARNING, ERROR, + FATAL, and PANIC. It is recommended you enable LOG_PID as well