comparison xml/en/docs/ngx_core_module.xml @ 1450:f5b5eefc43cb

Updated commercial docs for the upcoming release.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 09 Apr 2015 19:18:54 +0300
parents c79501e16e26
children eea7541e7c6a
comparison
equal deleted inserted replaced
1449:c79501e16e26 1450:f5b5eefc43cb
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="12"> 13 rev="13">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
156 <literal>alert</literal> | 156 <literal>alert</literal> |
157 <literal>emerg</literal>]</syntax> 157 <literal>emerg</literal>]</syntax>
158 <default>logs/error.log error</default> 158 <default>logs/error.log error</default>
159 <context>main</context> 159 <context>main</context>
160 <context>http</context> 160 <context>http</context>
161 <context>stream</context>
161 <context>server</context> 162 <context>server</context>
162 <context>location</context> 163 <context>location</context>
163 164
164 <para> 165 <para>
165 Configures logging. 166 Configures logging.
192 If this parameter is omitted then <literal>error</literal> is used. 193 If this parameter is omitted then <literal>error</literal> is used.
193 <note> 194 <note>
194 For <literal>debug</literal> logging to work, nginx needs to 195 For <literal>debug</literal> logging to work, nginx needs to
195 be built with <literal>--with-debug</literal>, 196 be built with <literal>--with-debug</literal>,
196 see “<link doc="debugging_log.xml"/>”. 197 see “<link doc="debugging_log.xml"/>”.
198 </note>
199
200 <note>
201 The directive can be specified on the
202 <literal>stream</literal> level
203 starting from version 1.7.11.
197 </note> 204 </note>
198 </para> 205 </para>
199 206
200 </directive> 207 </directive>
201 208