Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bbce27c

Browse files
committed
doc: document that INFO messages always go to client.
In passing add a couple of links to the message severity table. Backpatch because it's always been this way. Author: Karl O. Pinc <kop@meme.com>
1 parent feb4b80 commit bbce27c

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

doc/src/sgml/config.sgml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4579,12 +4579,13 @@ local0.* /var/log/postgresql
45794579
</term>
45804580
<listitem>
45814581
<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
45884589
follow it. The later the level, the fewer messages are sent
45894590
to the log. The default is <literal>WARNING</>. Note that
45904591
<literal>LOG</> has a different rank here than in
@@ -4605,7 +4606,9 @@ local0.* /var/log/postgresql
46054606
Controls which SQL statements that cause an error
46064607
condition are recorded in the server log. The current
46074608
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.
46094612
Valid values are <literal>DEBUG5</literal>,
46104613
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
46114614
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -5905,16 +5908,21 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
59055908
</term>
59065909
<listitem>
59075910
<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>.
59135918
Each level includes all the levels that follow it. The later the level,
59145919
the fewer messages are sent. The default is
59155920
<literal>NOTICE</>. Note that <literal>LOG</> has a different
59165921
rank here than in <xref linkend="guc-log-min-messages">.
59175922
</para>
5923+
<para>
5924+
<literal>INFO</literal> level messages are always sent to the client.
5925+
</para>
59185926
</listitem>
59195927
</varlistentry>
59205928

0 commit comments

Comments
 (0)