]> granicus.if.org Git - apache/commitdiff
mention RewriteLog/RewriteLogLevel going away in 2.4 upgrading doc.
authorEric Covener <covener@apache.org>
Thu, 23 May 2013 15:23:51 +0000 (15:23 +0000)
committerEric Covener <covener@apache.org>
Thu, 23 May 2013 15:23:51 +0000 (15:23 +0000)
Submitted by: Sean Timmins
Committed by: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1485752 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index efe94f271c5de2efcac28b04b54761b15aafe713..9687b0dab8b372b629cea40dc7c8c4019937101a 100644 (file)
@@ -353,6 +353,13 @@ Allow from example.org
       has been moved into <module>mod_authn_core</module>.  
       </li>
 
+      <li>The RewriteLog and RewriteLogLevel directives have been removed.
+      This functionality is now provided by configuring the appropriate
+      level of logging for the <module>mod_rewrite</module> module using
+      the <directive module="core">LogLevel</directive> directive.
+      See also the <a href="mod/mod_rewrite.html#logging">mod_rewrite logging</a>
+      section.</li>
+
     </ul>
 
   </section>