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