comparison xml/en/docs/ngx_core_module.xml @ 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 d22421dc5d00
children 3860b37d56c0
comparison
equal deleted inserted replaced
912:7bee6f82db95 913:9a65d437da42
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="6"> 13 rev="7">
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>
112 ... 112 ...
113 } 113 }
114 </example> 114 </example>
115 <note> 115 <note>
116 For this directive to work, nginx needs to 116 For this directive to work, nginx needs to
117 be built with <literal>--with-debug</literal>. 117 be built with <literal>--with-debug</literal>,
118 see “<link doc="debugging_log.xml"/>”.
118 </note> 119 </note>
119 </para> 120 </para>
120 121
121 </directive> 122 </directive>
122 123
180 <literal>alert</literal>, and <literal>emerg</literal> messages 181 <literal>alert</literal>, and <literal>emerg</literal> messages
181 to be logged. 182 to be logged.
182 If this parameter is omitted then <literal>error</literal> is used. 183 If this parameter is omitted then <literal>error</literal> is used.
183 <note> 184 <note>
184 For <literal>debug</literal> logging to work, nginx needs to 185 For <literal>debug</literal> logging to work, nginx needs to
185 be built with <literal>--with-debug</literal>. 186 be built with <literal>--with-debug</literal>,
187 see “<link doc="debugging_log.xml"/>”.
186 </note> 188 </note>
187 </para> 189 </para>
188 190
189 </directive> 191 </directive>
190 192