]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document the special ISC_LOG_DEBUGONLY property of
authorAndreas Gustafsson <source@isc.org>
Wed, 9 May 2001 02:41:13 +0000 (02:41 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 9 May 2001 02:41:13 +0000 (02:41 +0000)
the default_debug channel

doc/arm/Bv9ARM-book.xml

index afe94e1223b53ae2946f3bd85e6c9e2a517ad61e..b7b9974e8a6df42fa3afea7b704bcc6d98fb2384 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.18 2001/05/09 02:08:50 gson Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.19 2001/05/09 02:41:13 gson Exp $ -->
 
 <book>
 
@@ -2323,9 +2323,11 @@ channel "null" {
                                        // this channel
 };
 </programlisting>
-<para>The <command>default_debug</command> channel normally writes
-to a file <filename>named.run</filename> in the server's working
-directory.  For security reasons, when the "<option>-u</option>"
+<para>The <command>default_debug</command> channel has the special
+property that it only produces output when the server's debug level is
+nonzero.  It normally writes to a file <filename>named.run</filename>
+in the server's working directory.</para>
+<para>For security reasons, when the "<option>-u</option>"
 command line option is used, the <filename>named.run</filename> file
 is created only after <command>named</command> has changed to the
 new UID, and any debug output generated while <command>named</command> is