comparison xml/en/docs/syslog.xml @ 1572:8df0327a1c87

The "severity" syslog parameter is not supported in "error_log". The problem appeared in 4e89518a5999 when all syslog descriptions were merged into one.
author Vladimir Homutov <vl@nginx.com>
date Tue, 22 Sep 2015 17:43:31 +0300
parents 564bfa1ef994
children 39744b9aba1b
comparison
equal deleted inserted replaced
1571:ad1e00b7b1c4 1572:8df0327a1c87
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="Logging to syslog" 9 <article name="Logging to syslog"
10 link="/en/docs/syslog.html" 10 link="/en/docs/syslog.html"
11 lang="en" 11 lang="en"
12 rev="2"> 12 rev="3">
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
17 The 17 The
56 as defined in 56 as defined in
57 <link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>. 57 <link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
58 Possible values are the same as for the second parameter (level) of the 58 Possible values are the same as for the second parameter (level) of the
59 <link doc="ngx_core_module.xml" id="error_log"/> directive. 59 <link doc="ngx_core_module.xml" id="error_log"/> directive.
60 Default is “<literal>info</literal>”. 60 Default is “<literal>info</literal>”.
61 <note>Severity of error messages is determined by nginx, thus the parameter
62 is ignored in the <literal>error_log</literal> directive.
63 </note>
61 </tag-desc> 64 </tag-desc>
62 65
63 <tag-name><literal>tag=</literal><value>string</value></tag-name> 66 <tag-name><literal>tag=</literal><value>string</value></tag-name>
64 <tag-desc> 67 <tag-desc>
65 Sets the tag of syslog messages. 68 Sets the tag of syslog messages.