changeset 1480:d1e1a8d34bce

Documented mail support in error_log.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 May 2015 10:32:31 +0300
parents 64ed0ce8ac5e
children f29398a167d0
files xml/en/docs/ngx_core_module.xml xml/ru/docs/ngx_core_module.xml
diffstat 2 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml	Fri May 15 22:21:29 2015 +0300
+++ b/xml/en/docs/ngx_core_module.xml	Tue May 19 10:32:31 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Core functionality"
         link="/en/docs/ngx_core_module.html"
         lang="en"
-        rev="14">
+        rev="15">
 
 <section id="example" name="Example Configuration">
 
@@ -153,6 +153,7 @@
 <default>logs/error.log error</default>
 <context>main</context>
 <context>http</context>
+<context>mail</context>
 <context>stream</context>
 <context>server</context>
 <context>location</context>
@@ -197,6 +198,12 @@
 <literal>stream</literal> level
 starting from version 1.7.11.
 </note>
+
+<note>
+The directive can be specified on the
+<literal>mail</literal> level
+starting from version 1.9.0.
+</note>
 </para>
 
 </directive>
--- a/xml/ru/docs/ngx_core_module.xml	Fri May 15 22:21:29 2015 +0300
+++ b/xml/ru/docs/ngx_core_module.xml	Tue May 19 10:32:31 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Основная функциональность"
         link="/ru/docs/ngx_core_module.html"
         lang="ru"
-        rev="14">
+        rev="15">
 
 <section id="example" name="Пример конфигурации">
 
@@ -153,6 +153,7 @@
 <default>logs/error.log error</default>
 <context>main</context>
 <context>http</context>
+<context>mail</context>
 <context>stream</context>
 <context>server</context>
 <context>location</context>
@@ -196,6 +197,12 @@
 уровне <literal>stream</literal>
 начиная с версии 1.7.11.
 </note>
+
+<note>
+Директива может быть указана на
+уровне <literal>mail</literal>
+начиная с версии 1.9.0.
+</note>
 </para>
 
 </directive>