diff xml/en/docs/debugging_log.xml @ 3051:8a61d0ed67fa

Free nginx: no packages are provided for now.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:06:25 +0300
parents b274d289798d
children
line wrap: on
line diff
--- a/xml/en/docs/debugging_log.xml
+++ b/xml/en/docs/debugging_log.xml
@@ -8,7 +8,7 @@
 <article name="A debugging log"
          link="/en/docs/debugging_log.html"
          lang="en"
-         rev="6">
+         rev="7">
 
 
 <section>
@@ -35,17 +35,6 @@ run the <command>nginx -V</command> comm
 configure arguments: --with-debug ...
 </programlisting>
 
-Pre-built <link doc="../linux_packages.xml">Linux</link> packages
-provide out-of-the-box support for debugging log with
-the <literal>nginx-debug</literal> binary (1.9.8)
-which can be run using commands
-
-<programlisting>
-service nginx stop
-service nginx-debug start
-</programlisting>
-
-and then set the <literal>debug</literal> level.
 The nginx binary version for Windows is always built with the debugging log
 support, so only setting the <literal>debug</literal> level will suffice.
 </para>