From: Eric Covener Date: Thu, 23 May 2013 15:23:51 +0000 (+0000) Subject: mention RewriteLog/RewriteLogLevel going away in 2.4 upgrading doc. X-Git-Tag: 2.4.5~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d71faac816dda054758cc9f4abe30b7a5a3eede;p=apache mention RewriteLog/RewriteLogLevel going away in 2.4 upgrading doc. 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 --- diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index efe94f271c..9687b0dab8 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -353,6 +353,13 @@ Allow from example.org has been moved into mod_authn_core. +
  • The RewriteLog and RewriteLogLevel directives have been removed. + This functionality is now provided by configuring the appropriate + level of logging for the mod_rewrite module using + the LogLevel directive. + See also the mod_rewrite logging + section.
  • +