comparison xml/en/docs/http/ngx_http_log_module.xml @ 364:bb51d3e17dd0

Style fixed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 10:39:12 +0000
parents a4fa80755eab
children 570b312367bd
comparison
equal deleted inserted replaced
363:c7fccbe03827 364:bb51d3e17dd0
33 33
34 <section id="directives" name="Directives"> 34 <section id="directives" name="Directives">
35 35
36 <directive name="access_log"> 36 <directive name="access_log">
37 <syntax> 37 <syntax>
38 <value>path</value> 38 <value>path</value>
39 [<value>format</value> 39 [<value>format</value>
40 [<literal>buffer</literal>=<value>size</value>]]</syntax> 40 [<literal>buffer</literal>=<value>size</value>]]</syntax>
41 <syntax><literal>off</literal></syntax> 41 <syntax><literal>off</literal></syntax>
42 <default>log/access.log combined</default> 42 <default>log/access.log combined</default>
43 <context>http</context> 43 <context>http</context>
44 <context>server</context> 44 <context>server</context>
45 <context>location</context> 45 <context>location</context>
47 <context>limit_except</context> 47 <context>limit_except</context>
48 48
49 <para> 49 <para>
50 Sets the path, format, and buffer size for the buffered log writes. 50 Sets the path, format, and buffer size for the buffered log writes.
51 Several logs can be specified on the same level. 51 Several logs can be specified on the same level.
52 The special value <literal>off</literal> cancels all <literal>access_log</literal> 52 The special value <literal>off</literal> cancels all
53 directives on the current level. 53 <literal>access_log</literal> directives on the current level.
54 If format is not specified then the predefined format 54 If format is not specified then the predefined format
55 “<literal>combined</literal>” is used. 55 “<literal>combined</literal>” is used.
56 </para> 56 </para>
57 57
58 <para> 58 <para>
197 '"$http_referer" "$http_user_agent"'; 197 '"$http_referer" "$http_user_agent"';
198 </example> 198 </example>
199 </para> 199 </para>
200 200
201 </directive> 201 </directive>
202
202 203
203 <directive name="open_log_file_cache"> 204 <directive name="open_log_file_cache">
204 205
205 <syntax> 206 <syntax>
206 <literal>max</literal>=<value>N</value> 207 <literal>max</literal>=<value>N</value>