comparison xml/en/docs/http/ngx_http_log_module.xml @ 779:32b8498cfb40

$msec and $request_time have become generic variables in 1.2.6.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 07:59:40 +0000
parents 47ad88faaa3f
children 41363f013cc9
comparison
equal deleted inserted replaced
778:cd73f6e9aaf3 779:32b8498cfb40
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_log_module" 10 <module name="Module ngx_http_log_module"
11 link="/en/docs/http/ngx_http_log_module.html" 11 link="/en/docs/http/ngx_http_log_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_log_module</literal> module writes request logs 18 The <literal>ngx_http_log_module</literal> module writes request logs
166 166
167 <tag-name><var>$msec</var></tag-name> 167 <tag-name><var>$msec</var></tag-name>
168 <tag-desc> 168 <tag-desc>
169 time in seconds with a milliseconds resolution at the time of log write 169 time in seconds with a milliseconds resolution at the time of log write
170 <note> 170 <note>
171 Since version 1.3.9 there is a common variable with the 171 Since versions 1.3.9 and 1.2.6 there is a common variable with the
172 <link doc="ngx_http_core_module.xml" id="var_msec">same name</link>. 172 <link doc="ngx_http_core_module.xml" id="var_msec">same name</link>.
173 </note> 173 </note>
174 </tag-desc> 174 </tag-desc>
175 175
176 <tag-name><var>$pipe</var></tag-name> 176 <tag-name><var>$pipe</var></tag-name>
188 <tag-desc> 188 <tag-desc>
189 request processing time in seconds with a milliseconds resolution; 189 request processing time in seconds with a milliseconds resolution;
190 time elapsed between the first bytes were read from the client and 190 time elapsed between the first bytes were read from the client and
191 the log write after the last bytes were sent to the client 191 the log write after the last bytes were sent to the client
192 <note> 192 <note>
193 Since version 1.3.9 there is a common variable with the 193 Since versions 1.3.9 and 1.2.6 there is a common variable with the
194 <link doc="ngx_http_core_module.xml" id="var_request_time">same name</link>. 194 <link doc="ngx_http_core_module.xml" id="var_request_time">same name</link>.
195 </note> 195 </note>
196 </tag-desc> 196 </tag-desc>
197 197
198 <tag-name><var>$status</var></tag-name> 198 <tag-name><var>$status</var></tag-name>