comparison xml/en/docs/syslog.xml @ 1466:564bfa1ef994

Clarify that our syslog logging talks over UDP.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 24 Apr 2015 10:29:58 +0300
parents 4e89518a5999
children 8df0327a1c87
comparison
equal deleted inserted replaced
1465:eea7541e7c6a 1466:564bfa1ef994
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="1"> 12 rev="2">
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
17 The 17 The
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, IP address, or
29 a UNIX-domain socket path (specified after the “<literal>unix:</literal>” 29 a UNIX-domain socket path (specified after the “<literal>unix:</literal>”
30 prefix). 30 prefix).
31 With a domain name or IP address, the port can be specified. 31 With a domain name or IP address, the UDP port can be specified.
32 If port is not specified, the 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 33 If a domain name resolves to several IP addresses, the first resolved
34 address is used. 34 address is used.
35 </tag-desc> 35 </tag-desc>
36 36