Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93fedda

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 parentbe2e329 commit93fedda

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5667,7 +5667,8 @@ local0.* /var/log/postgresql
56675667
</term>
56685668
<listitem>
56695669
<para>
5670-
Controls which message levels are written to the server log.
5670+
Controls which <link linkend="runtime-config-severity-levels">message
5671+
levels</link> are written to the server log.
56715672
Valid values are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
56725673
<literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
56735674
<literal>INFO</literal>, <literal>NOTICE</literal>, <literal>WARNING</literal>,
@@ -5693,7 +5694,9 @@ local0.* /var/log/postgresql
56935694
Controls which SQL statements that cause an error
56945695
condition are recorded in the server log. The current
56955696
SQL statement is included in the log entry for any message of
5696-
the specified severity or higher.
5697+
the specified
5698+
<link linkend="runtime-config-severity-levels">severity</link>
5699+
or higher.
56975700
Valid values are <literal>DEBUG5</literal>,
56985701
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
56995702
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -7025,7 +7028,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
70257028
</term>
70267029
<listitem>
70277030
<para>
7028-
Controls which message levels are sent to the client.
7031+
Controls which
7032+
<link linkend="runtime-config-severity-levels">message levels</link>
7033+
are sent to the client.
70297034
Valid values are <literal>DEBUG5</literal>,
70307035
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
70317036
<literal>DEBUG1</literal>, <literal>LOG</literal>, <literal>NOTICE</literal>,
@@ -7035,6 +7040,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
70357040
<literal>NOTICE</literal>. Note that <literal>LOG</literal> has a different
70367041
rank here than in <xref linkend="guc-log-min-messages"/>.
70377042
</para>
7043+
<para>
7044+
<literal>INFO</literal> level messages are always sent to the client.
7045+
</para>
70387046
</listitem>
70397047
</varlistentry>
70407048

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp