comparison xml/en/docs/debugging_log.xml @ 1448:d3390895fe6e

Added subchapter in the "Debugging log" article.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 08 Apr 2015 13:49:40 +0300
parents 764fbac1b8b4
children c79501e16e26
comparison
equal deleted inserted replaced
1447:a32df48d88fc 1448:d3390895fe6e
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="A debugging log" 8 <article name="A debugging log"
9 link="/en/docs/debugging_log.html" 9 link="/en/docs/debugging_log.html"
10 lang="en" 10 lang="en"
11 rev="1"> 11 rev="2">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
58 error_log /path/to/log debug; 58 error_log /path/to/log debug;
59 ... 59 ...
60 </programlisting> 60 </programlisting>
61 </para> 61 </para>
62 62
63 </section>
64
65
66 <section id="clients" name="Debugging log for selected clients">
67
63 <para> 68 <para>
64 It is also possible to enable the debugging log for 69 It is also possible to enable the debugging log for
65 <link doc="ngx_core_module.xml" id="debug_connection">selected 70 <link doc="ngx_core_module.xml" id="debug_connection">selected
66 client addresses</link> only: 71 client addresses</link> only:
67 72