comparison xml/en/docs/syslog.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 66a30a380fba
children 9eadb98ec770
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
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="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>. 39 <link url="https://datatracker.ietf.org/doc/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="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>. 56 <link url="https://datatracker.ietf.org/doc/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