diff 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
line wrap: on
line diff
--- a/xml/en/docs/syslog.xml
+++ b/xml/en/docs/syslog.xml
@@ -9,7 +9,7 @@
 <article name="Logging to syslog"
          link="/en/docs/syslog.html"
          lang="en"
-         rev="2">
+         rev="3">
 
 <section>
 
@@ -58,6 +58,9 @@ as defined in
 Possible values are the same as for the second parameter (level) of the
 <link doc="ngx_core_module.xml" id="error_log"/> directive.
 Default is “<literal>info</literal>”.
+<note>Severity of error messages is determined by nginx, thus the parameter
+is ignored in the <literal>error_log</literal> directive.
+</note>
 </tag-desc>
 
 <tag-name><literal>tag=</literal><value>string</value></tag-name>