|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.141 2002/09/27 02:04:39 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.142 2002/10/02 16:27:57 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -1036,15 +1036,15 @@ env PGOPTIONS='-c geqo=off' psql |
1036 | 1036 | <term><varname>LOG_MIN_ERROR_STATEMENT</varname> (<type>string</type>)</term> |
1037 | 1037 | <listitem> |
1038 | 1038 | <para> |
1039 | | - This controls which log messages are accompanied by the original |
1040 | | - query which generated the message. All queries matching the setting |
1041 | | - or which are of a higher severity than the setting are logged. The |
1042 | | - default is <literal>ERROR</literal>. Valid values are |
1043 | | - <literal>DEBUG5</literal>, <literal>DEBUG4</literal>, |
1044 | | - <literal>DEBUG3</literal>, <literal>DEBUG2</literal>, |
| 1039 | + This controls which message types output the original query to |
| 1040 | + the server logs. All queries matching the setting or higher are |
| 1041 | + logged. The default is <literal>PANIC</literal>. Valid values |
| 1042 | + are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>, |
| 1043 | + <literal>DEBUG3</literal>, <literal>DEBUG2</literal>, |
1045 | 1044 | <literal>DEBUG1</literal>, <literal>INFO</literal>, |
1046 | | - <literal>NOTICE</literal>, <literal>WARNING</literal> |
1047 | | - and <literal>ERROR</literal>. |
| 1045 | + <literal>NOTICE</literal>, <literal>WARNING</literal>, |
| 1046 | + <literal>ERROR</literal>, <literal>FATAL</literal>, and |
| 1047 | +<literal>PANIC</literal>. |
1048 | 1048 | </para> |
1049 | 1049 | <para> |
1050 | 1050 | It is recommended you enable <literal>LOG_PID</literal> as well |
|