|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.250 2010/02/05 23:37:43 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.251 2010/02/16 21:35:51 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -2833,26 +2833,6 @@ local0.* /var/log/postgresql
|
2833 | 2833 | </listitem>
|
2834 | 2834 | </varlistentry>
|
2835 | 2835 |
|
2836 |
| - <varlistentry id="guc-log-error-verbosity" xreflabel="log_error_verbosity"> |
2837 |
| - <term><varname>log_error_verbosity</varname> (<type>enum</type>)</term> |
2838 |
| - <indexterm> |
2839 |
| - <primary><varname>log_error_verbosity</> configuration parameter</primary> |
2840 |
| - </indexterm> |
2841 |
| - <listitem> |
2842 |
| - <para> |
2843 |
| - Controls the amount of detail written in the server log for each |
2844 |
| - message that is logged. Valid values are <literal>TERSE</>, |
2845 |
| - <literal>DEFAULT</>, and <literal>VERBOSE</>, each adding more |
2846 |
| - fields to displayed messages. <literal>VERBOSE</> logging |
2847 |
| - output includes the <link |
2848 |
| - linkend="errcodes-appendix">SQLSTATE</> error |
2849 |
| - code and the source code file name, function name, |
2850 |
| - and line number that generated the error. |
2851 |
| - Only superusers can change this setting. |
2852 |
| - </para> |
2853 |
| - </listitem> |
2854 |
| - </varlistentry> |
2855 |
| - |
2856 | 2836 | <varlistentry id="guc-log-min-error-statement" xreflabel="log_min_error_statement">
|
2857 | 2837 | <term><varname>log_min_error_statement</varname> (<type>enum</type>)</term>
|
2858 | 2838 | <indexterm>
|
@@ -3172,6 +3152,28 @@ local0.* /var/log/postgresql
|
3172 | 3152 | </listitem>
|
3173 | 3153 | </varlistentry>
|
3174 | 3154 |
|
| 3155 | + <varlistentry id="guc-log-error-verbosity" xreflabel="log_error_verbosity"> |
| 3156 | + <term><varname>log_error_verbosity</varname> (<type>enum</type>)</term> |
| 3157 | + <indexterm> |
| 3158 | + <primary><varname>log_error_verbosity</> configuration parameter</primary> |
| 3159 | + </indexterm> |
| 3160 | + <listitem> |
| 3161 | + <para> |
| 3162 | + Controls the amount of detail written in the server log for each |
| 3163 | + message that is logged. Valid values are <literal>TERSE</>, |
| 3164 | + <literal>DEFAULT</>, and <literal>VERBOSE</>, each adding more |
| 3165 | + fields to displayed messages. <literal>TERSE</> excludes |
| 3166 | + the logging of <literal>DETAIL</>, <literal>HINT</>, |
| 3167 | + <literal>QUERY</>, and <literal>CONTEXT</> error information. |
| 3168 | + <literal>VERBOSE</> output includes the <link |
| 3169 | + linkend="errcodes-appendix">SQLSTATE</> error |
| 3170 | + code and the source code file name, function name, |
| 3171 | + and line number that generated the error. |
| 3172 | + Only superusers can change this setting. |
| 3173 | + </para> |
| 3174 | + </listitem> |
| 3175 | + </varlistentry> |
| 3176 | + |
3175 | 3177 | <varlistentry id="guc-log-hostname" xreflabel="log_hostname">
|
3176 | 3178 | <term><varname>log_hostname</varname> (<type>boolean</type>)</term>
|
3177 | 3179 | <indexterm>
|
|
0 commit comments