comparison xml/en/docs/http/ngx_http_log_module.xml @ 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 dab82d534f0f
children b686736680e3
comparison
equal deleted inserted replaced
2160:a2e77354c77d 2161:64004f50b9dd
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_log_module" 10 <module name="Module ngx_http_log_module"
11 link="/en/docs/http/ngx_http_log_module.html" 11 link="/en/docs/http/ngx_http_log_module.html"
12 lang="en" 12 lang="en"
13 rev="18"> 13 rev="19">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_log_module</literal> module writes request logs 18 The <literal>ngx_http_log_module</literal> module writes request logs
205 205
206 <para id="log_format_escape"> 206 <para id="log_format_escape">
207 The <literal>escape</literal> parameter (1.11.8) allows setting 207 The <literal>escape</literal> parameter (1.11.8) allows setting
208 <literal>json</literal> or <literal>default</literal> characters escaping 208 <literal>json</literal> or <literal>default</literal> characters escaping
209 in variables, by default, <literal>default</literal> escaping is used. 209 in variables, by default, <literal>default</literal> escaping is used.
210 The <literal>none</literal> parameter (1.13.10) disables escaping. 210 The <literal>none</literal> value (1.13.10) disables escaping.
211 </para> 211 </para>
212 212
213 <para> 213 <para>
214 The log format can contain common variables, and variables that 214 The log format can contain common variables, and variables that
215 exist only at the time of a log write: 215 exist only at the time of a log write: