comparison xml/en/docs/debugging_log.xml @ 516:8e1356bd281a

Documented the "debug_connection" directive.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 14 May 2012 11:29:39 +0000
parents 4c6d2c614d2c
children be54c443235a
comparison
equal deleted inserted replaced
515:1569ce935ea3 516:8e1356bd281a
53 ... 53 ...
54 </programlisting> 54 </programlisting>
55 </para> 55 </para>
56 56
57 <para> 57 <para>
58 It is also possible to enable the debugging log for selected addresses only: 58 It is also possible to enable the debugging log for
59 <link doc="ngx_core_module.xml" id="debug_connection">selected
60 client addresses</link> only:
59 61
60 <programlisting> 62 <programlisting>
61 error_log /path/to/log; 63 error_log /path/to/log;
62 64
63 events { 65 events {