changeset 913:9a65d437da42

Link to "A debugging log" from "debug_connection" and "error_log".
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 May 2013 15:22:20 +0400
parents 7bee6f82db95
children 474a21f26a2a
files xml/en/docs/ngx_core_module.xml xml/ru/docs/ngx_core_module.xml
diffstat 2 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml	Wed May 22 18:47:31 2013 +0400
+++ b/xml/en/docs/ngx_core_module.xml	Thu May 23 15:22:20 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Core functionality"
         link="/en/docs/ngx_core_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="example" name="Example Configuration">
 
@@ -114,7 +114,8 @@
 </example>
 <note>
 For this directive to work, nginx needs to
-be built with <literal>--with-debug</literal>.
+be built with <literal>--with-debug</literal>,
+see “<link doc="debugging_log.xml"/>”.
 </note>
 </para>
 
@@ -182,7 +183,8 @@
 If this parameter is omitted then <literal>error</literal> is used.
 <note>
 For <literal>debug</literal> logging to work, nginx needs to
-be built with <literal>--with-debug</literal>.
+be built with <literal>--with-debug</literal>,
+see “<link doc="debugging_log.xml"/>”.
 </note>
 </para>
 
--- a/xml/ru/docs/ngx_core_module.xml	Wed May 22 18:47:31 2013 +0400
+++ b/xml/ru/docs/ngx_core_module.xml	Thu May 23 15:22:20 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Основная функциональность"
         link="/ru/docs/ngx_core_module.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="example" name="Пример конфигурации">
 
@@ -114,7 +114,8 @@
 </example>
 <note>
 Для работы директивы необходимо сконфигурировать nginx с параметром
-<literal>--with-debug</literal>.
+<literal>--with-debug</literal>,
+см. “<link doc="debugging_log.xml"/>”.
 </note>
 </para>
 
@@ -181,7 +182,8 @@
 Если этот параметр не задан, используется <literal>error</literal>.
 <note>
 Для работы уровня лога <literal>debug</literal> необходимо сконфигурировать
-nginx с <literal>--with-debug</literal>.
+nginx с <literal>--with-debug</literal>,
+см. “<link doc="debugging_log.xml"/>”.
 </note>
 </para>