@@ -4807,12 +4807,13 @@ local0.* /var/log/postgresql
4807
4807
</term>
4808
4808
<listitem>
4809
4809
<para>
4810
- Controls which message levels are written to the server log.
4811
- Valid values are <literal>DEBUG5</>, <literal>DEBUG4</>,
4812
- <literal>DEBUG3</>, <literal>DEBUG2</>, <literal>DEBUG1</>,
4813
- <literal>INFO</>, <literal>NOTICE</>, <literal>WARNING</>,
4814
- <literal>ERROR</>, <literal>LOG</>, <literal>FATAL</>, and
4815
- <literal>PANIC</>. Each level includes all the levels that
4810
+ Controls which <link linkend="runtime-config-severity-levels">message
4811
+ levels</link> are written to the server log.
4812
+ Valid values are <literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
4813
+ <literal>DEBUG3</literal>, <literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
4814
+ <literal>INFO</literal>, <literal>NOTICE</literal>, <literal>WARNING</literal>,
4815
+ <literal>ERROR</literal>, <literal>LOG</literal>, <literal>FATAL</literal>, and
4816
+ <literal>PANIC</literal>. Each level includes all the levels that
4816
4817
follow it. The later the level, the fewer messages are sent
4817
4818
to the log. The default is <literal>WARNING</>. Note that
4818
4819
<literal>LOG</> has a different rank here than in
@@ -4833,7 +4834,9 @@ local0.* /var/log/postgresql
4833
4834
Controls which SQL statements that cause an error
4834
4835
condition are recorded in the server log. The current
4835
4836
SQL statement is included in the log entry for any message of
4836
- the specified severity or higher.
4837
+ the specified
4838
+ <link linkend="runtime-config-severity-levels">severity</link>
4839
+ or higher.
4837
4840
Valid values are <literal>DEBUG5</literal>,
4838
4841
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
4839
4842
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
@@ -6145,16 +6148,21 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
6145
6148
</term>
6146
6149
<listitem>
6147
6150
<para>
6148
- Controls which message levels are sent to the client.
6149
- Valid values are <literal>DEBUG5</>,
6150
- <literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
6151
- <literal>DEBUG1</>, <literal>LOG</>, <literal>NOTICE</>,
6152
- <literal>WARNING</>, and <literal>ERROR</>.
6151
+ Controls which
6152
+ <link linkend="runtime-config-severity-levels">message levels</link>
6153
+ are sent to the client.
6154
+ Valid values are <literal>DEBUG5</literal>,
6155
+ <literal>DEBUG4</literal>, <literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
6156
+ <literal>DEBUG1</literal>, <literal>LOG</literal>, <literal>NOTICE</literal>,
6157
+ <literal>WARNING</literal>, and <literal>ERROR</literal>.
6153
6158
Each level includes all the levels that follow it. The later the level,
6154
6159
the fewer messages are sent. The default is
6155
6160
<literal>NOTICE</>. Note that <literal>LOG</> has a different
6156
6161
rank here than in <xref linkend="guc-log-min-messages">.
6157
6162
</para>
6163
+ <para>
6164
+ <literal>INFO</literal> level messages are always sent to the client.
6165
+ </para>
6158
6166
</listitem>
6159
6167
</varlistentry>
6160
6168
0 commit comments