@@ -5085,7 +5085,8 @@ local0.* /var/log/postgresql
5085
5085
</term>
5086
5086
<listitem>
5087
5087
<para>
5088
- Controls which message levels are written to the server log.
5088
+ Controls which <link linkend="runtime-config-severity-levels">message
5089
+ levels</link> are written to the server log.
5089
5090
Valid values are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
5090
5091
<literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
5091
5092
<literal>INFO</literal>, <literal>NOTICE</literal>, <literal>WARNING</literal>,
@@ -5111,7 +5112,9 @@ local0.* /var/log/postgresql
5111
5112
Controls which SQL statements that cause an error
5112
5113
condition are recorded in the server log. The current
5113
5114
SQL statement is included in the log entry for any message of
5114
- the specified severity or higher.
5115
+ the specified
5116
+ <link linkend="runtime-config-severity-levels">severity</link>
5117
+ or higher.
5115
5118
Valid values are <literal>DEBUG5</literal>,
5116
5119
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
5117
5120
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -6423,7 +6426,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
6423
6426
</term>
6424
6427
<listitem>
6425
6428
<para>
6426
- Controls which message levels are sent to the client.
6429
+ Controls which
6430
+ <link linkend="runtime-config-severity-levels">message levels</link>
6431
+ are sent to the client.
6427
6432
Valid values are <literal>DEBUG5</literal>,
6428
6433
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
6429
6434
<literal>DEBUG1</literal>, <literal>LOG</literal>, <literal>NOTICE</literal>,
@@ -6433,6 +6438,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
6433
6438
<literal>NOTICE</literal>. Note that <literal>LOG</literal> has a different
6434
6439
rank here than in <xref linkend="guc-log-min-messages"/>.
6435
6440
</para>
6441
+ <para>
6442
+ <literal>INFO</literal> level messages are always sent to the client.
6443
+ </para>
6436
6444
</listitem>
6437
6445
</varlistentry>
6438
6446
0 commit comments