comparison xml/en/docs/ngx_core_module.xml @ 1480:d1e1a8d34bce

Documented mail support in error_log.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 May 2015 10:32:31 +0300
parents eea7541e7c6a
children c0d1026e7e7b
comparison
equal deleted inserted replaced
1479:64ed0ce8ac5e 1480:d1e1a8d34bce
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="14"> 13 rev="15">
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>
151 <literal>alert</literal> | 151 <literal>alert</literal> |
152 <literal>emerg</literal>]</syntax> 152 <literal>emerg</literal>]</syntax>
153 <default>logs/error.log error</default> 153 <default>logs/error.log error</default>
154 <context>main</context> 154 <context>main</context>
155 <context>http</context> 155 <context>http</context>
156 <context>mail</context>
156 <context>stream</context> 157 <context>stream</context>
157 <context>server</context> 158 <context>server</context>
158 <context>location</context> 159 <context>location</context>
159 160
160 <para> 161 <para>
195 <note> 196 <note>
196 The directive can be specified on the 197 The directive can be specified on the
197 <literal>stream</literal> level 198 <literal>stream</literal> level
198 starting from version 1.7.11. 199 starting from version 1.7.11.
199 </note> 200 </note>
201
202 <note>
203 The directive can be specified on the
204 <literal>mail</literal> level
205 starting from version 1.9.0.
206 </note>
200 </para> 207 </para>
201 208
202 </directive> 209 </directive>
203 210
204 211