From 04287daa83a402601e58103a6436caf3d2c31ea9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Oct 2002 02:26:49 +0000 Subject: [PATCH] Add wording so people know PANIC is really "off" for log_min_error_statement. --- doc/src/sgml/runtime.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 1bb3ce7f07..a7215c89ce 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 -- 2.11.0