comparison xml/en/docs/syslog.xml @ 1621:54fa47139017

Made the syslog:server= description more like in upstream server.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 00:13:04 +0300
parents be92e50c52ac
children 66a30a380fba
comparison
equal deleted inserted replaced
1620:a225fa77389a 1621:54fa47139017
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="4"> 12 rev="5">
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
17 The 17 The
23 <list type="tag"> 23 <list type="tag">
24 24
25 <tag-name><literal>server=</literal><value>address</value></tag-name> 25 <tag-name><literal>server=</literal><value>address</value></tag-name>
26 <tag-desc> 26 <tag-desc>
27 Defines the address of a syslog server. 27 Defines the address of a syslog server.
28 The address can be specified as a domain name, IP address, or 28 The address can be specified as a domain name or IP address,
29 a UNIX-domain socket path (specified after the “<literal>unix:</literal>” 29 with an optional port, or as a UNIX-domain socket path
30 prefix). 30 specified after the “<literal>unix:</literal>” prefix.
31 With a domain name or IP address, the UDP port can be specified. 31 If port is not specified, the UDP port 514 is used.
32 If port is not specified, the port 514 is used.
33 If a domain name resolves to several IP addresses, the first resolved 32 If a domain name resolves to several IP addresses, the first resolved
34 address is used. 33 address is used.
35 </tag-desc> 34 </tag-desc>
36 35
37 <tag-name><literal>facility=</literal><value>string</value></tag-name> 36 <tag-name><literal>facility=</literal><value>string</value></tag-name>