comparison 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
comparison
equal deleted inserted replaced
3050:55d1bf4bf7fd 3051:8a61d0ed67fa
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="6"> 11 rev="7">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
33 33
34 <programlisting> 34 <programlisting>
35 configure arguments: --with-debug ... 35 configure arguments: --with-debug ...
36 </programlisting> 36 </programlisting>
37 37
38 Pre-built <link doc="../linux_packages.xml">Linux</link> packages
39 provide out-of-the-box support for debugging log with
40 the <literal>nginx-debug</literal> binary (1.9.8)
41 which can be run using commands
42
43 <programlisting>
44 service nginx stop
45 service nginx-debug start
46 </programlisting>
47
48 and then set the <literal>debug</literal> level.
49 The nginx binary version for Windows is always built with the debugging log 38 The nginx binary version for Windows is always built with the debugging log
50 support, so only setting the <literal>debug</literal> level will suffice. 39 support, so only setting the <literal>debug</literal> level will suffice.
51 </para> 40 </para>
52 41
53 <para> 42 <para>