@@ -4579,12 +4579,13 @@ local0.* /var/log/postgresql
4579
4579
</term>
4580
4580
<listitem>
4581
4581
<para>
4582
- Controls which message levels are written to the server log.
4583
- Valid values are <literal>DEBUG5</>, <literal>DEBUG4</>,
4584
- <literal>DEBUG3</>, <literal>DEBUG2</>, <literal>DEBUG1</>,
4585
- <literal>INFO</>, <literal>NOTICE</>, <literal>WARNING</>,
4586
- <literal>ERROR</>, <literal>LOG</>, <literal>FATAL</>, and
4587
- <literal>PANIC</>. Each level includes all the levels that
4582
+ Controls which <link linkend="runtime-config-severity-levels">message
4583
+ levels</link> are written to the server log.
4584
+ Valid values are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
4585
+ <literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
4586
+ <literal>INFO</literal>, <literal>NOTICE</literal>, <literal>WARNING</literal>,
4587
+ <literal>ERROR</literal>, <literal>LOG</literal>, <literal>FATAL</literal>, and
4588
+ <literal>PANIC</literal>. Each level includes all the levels that
4588
4589
follow it. The later the level, the fewer messages are sent
4589
4590
to the log. The default is <literal>WARNING</>. Note that
4590
4591
<literal>LOG</> has a different rank here than in
@@ -4605,7 +4606,9 @@ local0.* /var/log/postgresql
4605
4606
Controls which SQL statements that cause an error
4606
4607
condition are recorded in the server log. The current
4607
4608
SQL statement is included in the log entry for any message of
4608
- the specified severity or higher.
4609
+ the specified
4610
+ <link linkend="runtime-config-severity-levels">severity</link>
4611
+ or higher.
4609
4612
Valid values are <literal>DEBUG5</literal>,
4610
4613
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
4611
4614
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -5905,16 +5908,21 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
5905
5908
</term>
5906
5909
<listitem>
5907
5910
<para>
5908
- Controls which message levels are sent to the client.
5909
- Valid values are <literal>DEBUG5</>,
5910
- <literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
5911
- <literal>DEBUG1</>, <literal>LOG</>, <literal>NOTICE</>,
5912
- <literal>WARNING</>, and <literal>ERROR</>.
5911
+ Controls which
5912
+ <link linkend="runtime-config-severity-levels">message levels</link>
5913
+ are sent to the client.
5914
+ Valid values are <literal>DEBUG5</literal>,
5915
+ <literal>DEBUG4</literal>, <literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
5916
+ <literal>DEBUG1</literal>, <literal>LOG</literal>, <literal>NOTICE</literal>,
5917
+ <literal>WARNING</literal>, and <literal>ERROR</literal>.
5913
5918
Each level includes all the levels that follow it. The later the level,
5914
5919
the fewer messages are sent. The default is
5915
5920
<literal>NOTICE</>. Note that <literal>LOG</> has a different
5916
5921
rank here than in <xref linkend="guc-log-min-messages">.
5917
5922
</para>
5923
+ <para>
5924
+ <literal>INFO</literal> level messages are always sent to the client.
5925
+ </para>
5918
5926
</listitem>
5919
5927
</varlistentry>
5920
5928
0 commit comments