diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml
+++ b/xml/en/docs/http/ngx_http_log_module.xml
@@ -13,6 +13,13 @@ The <literal>ngx_http_log_module</litera
 in the specified format.
 </para>
 
+<para>
+Requests are logged in a context of a location where processing ends.
+This may be different from the original location, if an
+<link doc="ngx_http_core_module.xml" id="internal">internal
+redirect</link> happens during request processing.
+</para>
+
 </section>