changeset 2161:64004f50b9dd

Clarified the log_format "escape=none" description.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 18 May 2018 12:15:24 +0300
parents a2e77354c77d
children aa5d65fe4916
files xml/en/docs/http/ngx_http_log_module.xml xml/ru/docs/http/ngx_http_log_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
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
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_log_module"
         link="/en/docs/http/ngx_http_log_module.html"
         lang="en"
-        rev="18">
+        rev="19">
 
 <section id="summary">
 
@@ -207,7 +207,7 @@ Specifies log format.
 The <literal>escape</literal> parameter (1.11.8) allows setting
 <literal>json</literal> or <literal>default</literal> characters escaping
 in variables, by default, <literal>default</literal> escaping is used.
-The <literal>none</literal> parameter (1.13.10) disables escaping.
+The <literal>none</literal> value (1.13.10) disables escaping.
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_log_module.xml
+++ b/xml/ru/docs/http/ngx_http_log_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_log_module"
         link="/ru/docs/http/ngx_http_log_module.html"
         lang="ru"
-        rev="18">
+        rev="19">
 
 <section id="summary">
 
@@ -205,7 +205,7 @@ access_log /path/to/access.log combined 
 Параметр <literal>escape</literal> (1.11.8) позволяет задать
 экранирование символов <literal>json</literal> или <literal>default</literal>
 в переменных, по умолчанию используется <literal>default</literal>.
-Параметр <literal>none</literal> (1.13.10) отключает
+Значение <literal>none</literal> (1.13.10) отключает
 экранирование символов.
 </para>