@@ -4064,12 +4064,13 @@ local0.* /var/log/postgresql
4064
4064
</term>
4065
4065
<listitem>
4066
4066
<para>
4067
- Controls which message levels are written to the server log.
4068
- Valid values are <literal>DEBUG5</>, <literal>DEBUG4</>,
4069
- <literal>DEBUG3</>, <literal>DEBUG2</>, <literal>DEBUG1</>,
4070
- <literal>INFO</>, <literal>NOTICE</>, <literal>WARNING</>,
4071
- <literal>ERROR</>, <literal>LOG</>, <literal>FATAL</>, and
4072
- <literal>PANIC</>. Each level includes all the levels that
4067
+ Controls which <link linkend="runtime-config-severity-levels">message
4068
+ levels</link> are written to the server log.
4069
+ Valid values are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
4070
+ <literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
4071
+ <literal>INFO</literal>, <literal>NOTICE</literal>, <literal>WARNING</literal>,
4072
+ <literal>ERROR</literal>, <literal>LOG</literal>, <literal>FATAL</literal>, and
4073
+ <literal>PANIC</literal>. Each level includes all the levels that
4073
4074
follow it. The later the level, the fewer messages are sent
4074
4075
to the log. The default is <literal>WARNING</>. Note that
4075
4076
<literal>LOG</> has a different rank here than in
@@ -4090,7 +4091,9 @@ local0.* /var/log/postgresql
4090
4091
Controls which SQL statements that cause an error
4091
4092
condition are recorded in the server log. The current
4092
4093
SQL statement is included in the log entry for any message of
4093
- the specified severity or higher.
4094
+ the specified
4095
+ <link linkend="runtime-config-severity-levels">severity</link>
4096
+ or higher.
4094
4097
Valid values are <literal>DEBUG5</literal>,
4095
4098
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
4096
4099
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -5329,16 +5332,21 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
5329
5332
</term>
5330
5333
<listitem>
5331
5334
<para>
5332
- Controls which message levels are sent to the client.
5333
- Valid values are <literal>DEBUG5</>,
5334
- <literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
5335
- <literal>DEBUG1</>, <literal>LOG</>, <literal>NOTICE</>,
5336
- <literal>WARNING</>, and <literal>ERROR</>.
5335
+ Controls which
5336
+ <link linkend="runtime-config-severity-levels">message levels</link>
5337
+ are sent to the client.
5338
+ Valid values are <literal>DEBUG5</literal>,
5339
+ <literal>DEBUG4</literal>, <literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
5340
+ <literal>DEBUG1</literal>, <literal>LOG</literal>, <literal>NOTICE</literal>,
5341
+ <literal>WARNING</literal>, and <literal>ERROR</literal>.
5337
5342
Each level includes all the levels that follow it. The later the level,
5338
5343
the fewer messages are sent. The default is
5339
5344
<literal>NOTICE</>. Note that <literal>LOG</> has a different
5340
5345
rank here than in <xref linkend="guc-log-min-messages">.
5341
5346
</para>
5347
+ <para>
5348
+ <literal>INFO</literal> level messages are always sent to the client.
5349
+ </para>
5342
5350
</listitem>
5343
5351
</varlistentry>
5344
5352
0 commit comments