Commit 04287daa authored by Bruce Momjian's avatar Bruce Momjian

Add wording so people know PANIC is really "off" for log_min_error_statement.

parent 71e74a2f
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.142 2002/10/02 16:27:57 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.143 2002/10/03 02:26:49 momjian Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -1038,13 +1038,13 @@ env PGOPTIONS='-c geqo=off' psql ...@@ -1038,13 +1038,13 @@ env PGOPTIONS='-c geqo=off' psql
<para> <para>
This controls which message types output the original query to This controls which message types output the original query to
the server logs. All queries matching the setting or higher are the server logs. All queries matching the setting or higher are
logged. The default is <literal>PANIC</literal>. Valid values logged. The default is <literal>PANIC</literal> (effectively
are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>, "off"). Valid values are <literal>DEBUG5</literal>,
<literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
<literal>DEBUG1</literal>, <literal>INFO</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
<literal>NOTICE</literal>, <literal>WARNING</literal>, <literal>INFO</literal>, <literal>NOTICE</literal>,
<literal>ERROR</literal>, <literal>FATAL</literal>, and <literal>WARNING</literal>, <literal>ERROR</literal>,
<literal>PANIC</literal>. <literal>FATAL</literal>, and <literal>PANIC</literal>.
</para> </para>
<para> <para>
It is recommended you enable <literal>LOG_PID</literal> as well It is recommended you enable <literal>LOG_PID</literal> as well
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment