comparison xml/en/docs/http/ngx_http_log_module.xml @ 430:570b312367bd

Documented the context of request logging.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 07:53:40 +0000
parents bb51d3e17dd0
children 1b2264bdd433
comparison
equal deleted inserted replaced
429:2b9507b2cdf3 430:570b312367bd
9 <section id="summary"> 9 <section id="summary">
10 10
11 <para> 11 <para>
12 The <literal>ngx_http_log_module</literal> module writes request logs 12 The <literal>ngx_http_log_module</literal> module writes request logs
13 in the specified format. 13 in the specified format.
14 </para>
15
16 <para>
17 Requests are logged in a context of a location where processing ends.
18 This may be different from the original location, if an
19 <link doc="ngx_http_core_module.xml" id="internal">internal
20 redirect</link> happens during request processing.
14 </para> 21 </para>
15 22
16 </section> 23 </section>
17 24
18 25