]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
LogLevel should specify a global log level as well as the per-module
authorRich Bowen <rbowen@apache.org>
Mon, 1 Nov 2010 14:56:09 +0000 (14:56 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 1 Nov 2010 14:56:09 +0000 (14:56 +0000)
loglevel.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029689 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 1cecf6a89d85fd74a60293ceb49e448ea96133e9..762633e03c8931e5da07099692b8998abb432414 100644 (file)
@@ -69,7 +69,7 @@ URLs on the fly</description>
     </note>
 
     <example><title>Example</title>
-      LogLevel rewrite:trace3
+      LogLevel alert rewrite:trace3
     </example>
 
     <note><title>RewriteLog</title>