comparison xml/en/docs/http/ngx_http_log_module.xml @ 771:47ad88faaa3f

$msec and $request_time have become generic variables in 1.3.9.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Nov 2012 12:41:16 +0000
parents d71e56d56ada
children 32b8498cfb40
comparison
equal deleted inserted replaced
770:a879f261f3db 771:47ad88faaa3f
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="4"> 13 rev="5">
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
165 </tag-desc> 165 </tag-desc>
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>
171 Since version 1.3.9 there is a common variable with the
172 <link doc="ngx_http_core_module.xml" id="var_msec">same name</link>.
173 </note>
170 </tag-desc> 174 </tag-desc>
171 175
172 <tag-name><var>$pipe</var></tag-name> 176 <tag-name><var>$pipe</var></tag-name>
173 <tag-desc> 177 <tag-desc>
174 “<literal>p</literal>” if request was pipelined, “<literal>.</literal>” 178 “<literal>p</literal>” if request was pipelined, “<literal>.</literal>”
183 <tag-name><var>$request_time</var></tag-name> 187 <tag-name><var>$request_time</var></tag-name>
184 <tag-desc> 188 <tag-desc>
185 request processing time in seconds with a milliseconds resolution; 189 request processing time in seconds with a milliseconds resolution;
186 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
187 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>
193 Since version 1.3.9 there is a common variable with the
194 <link doc="ngx_http_core_module.xml" id="var_request_time">same name</link>.
195 </note>
188 </tag-desc> 196 </tag-desc>
189 197
190 <tag-name><var>$status</var></tag-name> 198 <tag-name><var>$status</var></tag-name>
191 <tag-desc> 199 <tag-desc>
192 response status 200 response status