# HG changeset patch # User Sergey Kandaurov # Date 1526634924 -10800 # Node ID 64004f50b9dd085bc5eaa5424ab1591d334abac3 # Parent a2e77354c77d2c5db4254ad64f5d2745bdaf6a23 Clarified the log_format "escape=none" description. diff -r a2e77354c77d -r 64004f50b9dd xml/en/docs/http/ngx_http_log_module.xml --- a/xml/en/docs/http/ngx_http_log_module.xml Tue May 08 17:22:26 2018 +0300 +++ b/xml/en/docs/http/ngx_http_log_module.xml Fri May 18 12:15:24 2018 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -207,7 +207,7 @@ The escape parameter (1.11.8) allows setting json or default characters escaping in variables, by default, default escaping is used. -The none parameter (1.13.10) disables escaping. +The none value (1.13.10) disables escaping. diff -r a2e77354c77d -r 64004f50b9dd xml/ru/docs/http/ngx_http_log_module.xml --- a/xml/ru/docs/http/ngx_http_log_module.xml Tue May 08 17:22:26 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_log_module.xml Fri May 18 12:15:24 2018 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -205,7 +205,7 @@ Параметр escape (1.11.8) позволяет задать экранирование символов json или default в переменных, по умолчанию используется default. -Параметр none (1.13.10) отключает +Значение none (1.13.10) отключает экранирование символов.