# HG changeset patch # User Vladimir Homutov # Date 1519984800 -10800 # Node ID dab82d534f0f195977d5766b0967812147f8de21 # Parent 26c251c8ede5391cf7e87d2eda581ef3ecfd4a45 Documented the "none" escape mode of the "log_format" directive. diff -r 26c251c8ede5 -r dab82d534f0f xml/en/docs/http/ngx_http_log_module.xml --- a/xml/en/docs/http/ngx_http_log_module.xml Wed Feb 28 18:03:08 2018 +0000 +++ b/xml/en/docs/http/ngx_http_log_module.xml Fri Mar 02 13:00:00 2018 +0300 @@ -10,7 +10,7 @@ + rev="18">
@@ -194,7 +194,7 @@ name - [escape=default|json] + [escape=default|json|none] string ... combined "..." http @@ -207,6 +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. diff -r 26c251c8ede5 -r dab82d534f0f xml/en/docs/stream/ngx_stream_log_module.xml --- a/xml/en/docs/stream/ngx_stream_log_module.xml Wed Feb 28 18:03:08 2018 +0000 +++ b/xml/en/docs/stream/ngx_stream_log_module.xml Fri Mar 02 13:00:00 2018 +0300 @@ -9,7 +9,7 @@ + rev="6">
@@ -155,7 +155,7 @@ name - [escape=default|json] + [escape=default|json|none] string ... stream @@ -174,6 +174,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. diff -r 26c251c8ede5 -r dab82d534f0f xml/ru/docs/http/ngx_http_log_module.xml --- a/xml/ru/docs/http/ngx_http_log_module.xml Wed Feb 28 18:03:08 2018 +0000 +++ b/xml/ru/docs/http/ngx_http_log_module.xml Fri Mar 02 13:00:00 2018 +0300 @@ -10,7 +10,7 @@ + rev="18">
@@ -192,7 +192,7 @@ название - [escape=default|json] + [escape=default|json|none] строка ... combined "..." http @@ -205,6 +205,8 @@ Параметр escape (1.11.8) позволяет задать экранирование символов json или default в переменных, по умолчанию используется default. +Параметр none (1.13.10) отключает +экранирование символов. diff -r 26c251c8ede5 -r dab82d534f0f xml/ru/docs/stream/ngx_stream_log_module.xml --- a/xml/ru/docs/stream/ngx_stream_log_module.xml Wed Feb 28 18:03:08 2018 +0000 +++ b/xml/ru/docs/stream/ngx_stream_log_module.xml Fri Mar 02 13:00:00 2018 +0300 @@ -9,7 +9,7 @@ + rev="6">
@@ -155,7 +155,7 @@ название - [escape=default|json] + [escape=default|json|none] строка ... stream @@ -174,6 +174,8 @@ Параметр escape (1.11.8) позволяет задать экранирование символов json или default в переменных, по умолчанию используется default. +Параметр none (1.13.10) отключает +экранирование символов.