comparison 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
comparison
equal deleted inserted replaced
955:28d580f1eb63 956:488a3f738db0
183 The following parameters configure logging to syslog: 183 The following parameters configure logging to syslog:
184 <list type="tag"> 184 <list type="tag">
185 185
186 <tag-name><literal>server=</literal><value>address</value></tag-name> 186 <tag-name><literal>server=</literal><value>address</value></tag-name>
187 <tag-desc> 187 <tag-desc>
188 Defines an address of a syslog server. 188 Defines the address of a syslog server.
189 An address can be specified as a domain name or IP address, 189 The address can be specified as a domain name, IP address, or
190 and an optional port, or as a UNIX-domain socket path 190 a UNIX-domain socket path (specified after the “<literal>unix:</literal>”
191 specified after the “<literal>unix:</literal>” prefix. 191 prefix).
192 With a domain name or IP address, the port can be specified.
192 If port is not specified, the port 514 is used. 193 If port is not specified, the port 514 is used.
193 If a domain name resolves to several IP addresses, the first resolved 194 If a domain name resolves to several IP addresses, the first resolved
194 address is used. 195 address is used.
195 </tag-desc> 196 </tag-desc>
196 197
218 Default is “<literal>info</literal>”. 219 Default is “<literal>info</literal>”.
219 </tag-desc> 220 </tag-desc>
220 221
221 <tag-name><literal>tag=</literal><value>string</value></tag-name> 222 <tag-name><literal>tag=</literal><value>string</value></tag-name>
222 <tag-desc> 223 <tag-desc>
223 Sets tag of syslog messages. 224 Sets the tag of syslog messages.
224 Default is “<literal>nginx</literal>”. 225 Default is “<literal>nginx</literal>”.
225 </tag-desc> 226 </tag-desc>
226 227
227 <!-- 228 <!--
228 <tag-name><literal>bare=</literal><literal>on</literal> | 229 <tag-name><literal>bare=</literal><literal>on</literal> |