diff options
author | Vincent Bray <noodl@apache.org> | 2007-07-24 12:54:35 +0200 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-07-24 12:54:35 +0200 |
commit | d455aa6560da2b379740f1363bb04d0aaac8d646 (patch) | |
tree | dc5f61fa466d071cae31c00a8fb575123e00a124 /docs/manual | |
parent | rebuild everything (diff) | |
download | apache2-d455aa6560da2b379740f1363bb04d0aaac8d646.tar.xz apache2-d455aa6560da2b379740f1363bb04d0aaac8d646.zip |
[PR36917] Document pre-2.2.4 behaviour of mod_dumpio
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_dumpio.html.en | 3 | ||||
-rw-r--r-- | docs/manual/mod/mod_dumpio.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dumpio.html.en b/docs/manual/mod/mod_dumpio.html.en index 00299d71bc..d4931134b5 100644 --- a/docs/manual/mod/mod_dumpio.html.en +++ b/docs/manual/mod/mod_dumpio.html.en @@ -95,6 +95,9 @@ later.</td></tr> <div class="example"><h3>Example</h3><p><code> DumpIOLogLevel notice </code></p></div> + + <div class="note"><h3>Compatibility</h3>Prior to 2.2.4 <code class="module"><a href="../mod/mod_dumpio.html">mod_dumpio</a></code> + would only dump to the log when <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> was set to <code>debug</code></div> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> diff --git a/docs/manual/mod/mod_dumpio.xml b/docs/manual/mod/mod_dumpio.xml index 47b23f8d70..d3bbd93488 100644 --- a/docs/manual/mod/mod_dumpio.xml +++ b/docs/manual/mod/mod_dumpio.xml @@ -105,6 +105,10 @@ later.</compatibility> <example><title>Example</title> DumpIOLogLevel notice </example> + + <note><title>Compatibility</title>Prior to 2.2.4 <module>mod_dumpio</module> + would only dump to the log when <directive + module="core">LogLevel</directive> was set to <code>debug</code></note> </usage> </directivesynopsis> |