# HG changeset patch # User Ruslan Ermilov # Date 1330415620 0 # Node ID 570b312367bd207b63db9035042777c171c8ff51 # Parent 2b9507b2cdf3abaf7957519e33d72d6afba5005e Documented the context of request logging. diff -r 2b9507b2cdf3 -r 570b312367bd xml/en/docs/http/ngx_http_log_module.xml --- a/xml/en/docs/http/ngx_http_log_module.xml Tue Feb 28 07:46:43 2012 +0000 +++ b/xml/en/docs/http/ngx_http_log_module.xml Tue Feb 28 07:53:40 2012 +0000 @@ -13,6 +13,13 @@ in the specified format. + +Requests are logged in a context of a location where processing ends. +This may be different from the original location, if an +internal +redirect happens during request processing. + + diff -r 2b9507b2cdf3 -r 570b312367bd xml/ru/docs/http/ngx_http_log_module.xml --- a/xml/ru/docs/http/ngx_http_log_module.xml Tue Feb 28 07:46:43 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_log_module.xml Tue Feb 28 07:53:40 2012 +0000 @@ -13,6 +13,14 @@ в указанном формате. + +Логи записываются в контексте location’а, где заканчивается обработка. +Это может быть location, отличный от первоначального, если в процессе +обработки запроса происходит +внутреннее +перенаправление. + +