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

Commit7de8c71

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 parentfc8addd commit7de8c71

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
@@ -5085,7 +5085,8 @@ local0.* /var/log/postgresql
50855085
</term>
50865086
<listitem>
50875087
<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.
50895090
Valid values are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
50905091
<literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
50915092
<literal>INFO</literal>, <literal>NOTICE</literal>, <literal>WARNING</literal>,
@@ -5111,7 +5112,9 @@ local0.* /var/log/postgresql
51115112
Controls which SQL statements that cause an error
51125113
condition are recorded in the server log. The current
51135114
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.
51155118
Valid values are <literal>DEBUG5</literal>,
51165119
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
51175120
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -6423,7 +6426,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
64236426
</term>
64246427
<listitem>
64256428
<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.
64276432
Valid values are <literal>DEBUG5</literal>,
64286433
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
64296434
<literal>DEBUG1</literal>, <literal>LOG</literal>, <literal>NOTICE</literal>,
@@ -6433,6 +6438,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
64336438
<literal>NOTICE</literal>. Note that <literal>LOG</literal> has a different
64346439
rank here than in <xref linkend="guc-log-min-messages"/>.
64356440
</para>
6441+
<para>
6442+
<literal>INFO</literal> level messages are always sent to the client.
6443+
</para>
64366444
</listitem>
64376445
</varlistentry>
64386446

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp