diff xml/en/docs/http/ngx_http_log_module.xml @ 956:488a3f738db0

Text revision of commercial modules.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Fri, 02 Aug 2013 10:28:49 +0400
parents aded7086e84f
children 95c3c3bbf1ce
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml
+++ b/xml/en/docs/http/ngx_http_log_module.xml
@@ -185,10 +185,11 @@ The following parameters configure loggi
 
 <tag-name><literal>server=</literal><value>address</value></tag-name>
 <tag-desc>
-Defines an address of a syslog server.
-An address can be specified as a domain name or IP address,
-and an optional port, or as a UNIX-domain socket path
-specified after the “<literal>unix:</literal>” prefix.
+Defines the address of a syslog server.
+The address can be specified as a domain name, IP address, or
+a UNIX-domain socket path (specified after the “<literal>unix:</literal>”
+prefix).
+With a domain name or IP address, the port can be specified.
 If port is not specified, the port 514 is used.
 If a domain name resolves to several IP addresses, the first resolved
 address is used.
@@ -220,7 +221,7 @@ Default is “<literal>info</literal>”.
 
 <tag-name><literal>tag=</literal><value>string</value></tag-name>
 <tag-desc>
-Sets tag of syslog messages.
+Sets the tag of syslog messages.
 Default is “<literal>nginx</literal>”.
 </tag-desc>