comparison xml/en/docs/syslog.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents 54fa47139017
children 4add6ae1296f
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
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="5"> 12 rev="6">
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
17 The 17 The
34 </tag-desc> 34 </tag-desc>
35 35
36 <tag-name><literal>facility=</literal><value>string</value></tag-name> 36 <tag-name><literal>facility=</literal><value>string</value></tag-name>
37 <tag-desc> 37 <tag-desc>
38 Sets facility of syslog messages, as defined in 38 Sets facility of syslog messages, as defined in
39 <link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>. 39 <link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
40 Facility can be one of “<literal>kern</literal>”, “<literal>user</literal>”, 40 Facility can be one of “<literal>kern</literal>”, “<literal>user</literal>”,
41 “<literal>mail</literal>”, “<literal>daemon</literal>”, 41 “<literal>mail</literal>”, “<literal>daemon</literal>”,
42 “<literal>auth</literal>”, “<literal>intern</literal>”, 42 “<literal>auth</literal>”, “<literal>intern</literal>”,
43 “<literal>lpr</literal>”, “<literal>news</literal>”, “<literal>uucp</literal>”, 43 “<literal>lpr</literal>”, “<literal>news</literal>”, “<literal>uucp</literal>”,
44 “<literal>clock</literal>”, “<literal>authpriv</literal>”, 44 “<literal>clock</literal>”, “<literal>authpriv</literal>”,
51 <tag-name><literal>severity=</literal><value>string</value></tag-name> 51 <tag-name><literal>severity=</literal><value>string</value></tag-name>
52 <tag-desc> 52 <tag-desc>
53 Sets severity of syslog messages for 53 Sets severity of syslog messages for
54 <link doc="http/ngx_http_log_module.xml" id="access_log"/>, 54 <link doc="http/ngx_http_log_module.xml" id="access_log"/>,
55 as defined in 55 as defined in
56 <link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>. 56 <link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
57 Possible values are the same as for the second parameter (level) of the 57 Possible values are the same as for the second parameter (level) of the
58 <link doc="ngx_core_module.xml" id="error_log"/> directive. 58 <link doc="ngx_core_module.xml" id="error_log"/> directive.
59 Default is “<literal>info</literal>”. 59 Default is “<literal>info</literal>”.
60 <note> 60 <note>
61 Severity of error messages is determined by nginx, thus the parameter 61 Severity of error messages is determined by nginx, thus the parameter