]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
[PR36917] Document LogLevel debug requirement for mod_dumpio
authorVincent Bray <noodl@apache.org>
Tue, 24 Jul 2007 11:01:04 +0000 (11:01 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 24 Jul 2007 11:01:04 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559009 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dumpio.html.en
docs/manual/mod/mod_dumpio.xml

index f05a0e03bc5cf5cb267df4dc65b0878cfe322b6b..29597a2e9d6ebca417a2b771489abb8653eec534 100644 (file)
@@ -56,6 +56,8 @@
     <p>To enable the module, it should be compiled and
     loaded in to your running Apache configuration. Logging
     can then be enabled or disabled via the below directives.</p>
+    
+    <p>In order for dumping to work <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> must be set to <code>debug</code>.</p>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">Directive</a></h2>
index 26b120067924e264f2a3a220f3e19c1b4638335a..47f1280912d679eec08f93f4f8b714cefb5723fe 100644 (file)
@@ -46,6 +46,9 @@
     <p>To enable the module, it should be compiled and
     loaded in to your running Apache configuration. Logging
     can then be enabled or disabled via the below directives.</p>
+    
+    <p>In order for dumping to work <directive
+    module="core">LogLevel</directive> must be set to <code>debug</code>.</p>
 </section>
 
 <directivesynopsis>