comparison xml/en/docs/stream/ngx_stream_log_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents b686736680e3
children 4add6ae1296f
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_log_module" 9 <module name="Module ngx_stream_log_module"
10 link="/en/docs/stream/ngx_stream_log_module.html" 10 link="/en/docs/stream/ngx_stream_log_module.html"
11 lang="en" 11 lang="en"
12 rev="7"> 12 rev="8">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_log_module</literal> module (1.11.4) writes session logs 17 The <literal>ngx_stream_log_module</literal> module (1.11.4) writes session logs
52 <context>server</context> 52 <context>server</context>
53 53
54 <para> 54 <para>
55 Sets the path, <link id="log_format">format</link>, 55 Sets the path, <link id="log_format">format</link>,
56 and configuration for a buffered log write. 56 and configuration for a buffered log write.
57 Several logs can be specified on the same level. 57 Several logs can be specified on the same configuration level.
58 Logging to <link doc="../syslog.xml">syslog</link> 58 Logging to <link doc="../syslog.xml">syslog</link>
59 can be configured by specifying 59 can be configured by specifying
60 the “<literal>syslog:</literal>” prefix in the first parameter. 60 the “<literal>syslog:</literal>” prefix in the first parameter.
61 The special value <literal>off</literal> cancels all 61 The special value <literal>off</literal> cancels all
62 <literal>access_log</literal> directives on the current level. 62 <literal>access_log</literal> directives on the current level.