]> granicus.if.org Git - apache/commitdiff
add to CHANGES and new_features_2_4
authorStefan Fritsch <sf@apache.org>
Sun, 6 Jun 2010 17:12:42 +0000 (17:12 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 6 Jun 2010 17:12:42 +0000 (17:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951905 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/new_features_2_4.xml

diff --git a/CHANGES b/CHANGES
index f45b290c8293c51826b9e4c00627c37e2c7a75b7..7e698c3f13c2e190859a9fafa4ad134f2e59011a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,15 @@ Changes with Apache 2.3.6
      processing is completed, avoiding orphaned callback pointers.
      [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
 
+  *) core: Add per-module and per-directory loglevel configuration.
+           Add some more trace logging.
+     mod_rewrite: Replace RewriteLog/RewriteLogLevel with trace log levels.
+     mod_ssl: Replace LogLevelDebugDump with trace log levels.
+     mod_ssl/mod_proxy*: Adjust loglevels to be less verbose at levels info
+           and debug.
+     mod_dumpio:  Replace DumpIOLogLevel with trace log levels.
+     [Stefan Fritsch]
+
   *) mod_ldap: LDAP caching was suppressed (and ldap-status handler returns 
      title page only) when any mod_ldap directives were used in VirtualHost 
      context.  [Eric Covener]
index 09d148f838e8cd803bcc7285887520367db40a8a..65e2d812f2b9248110839a41113dc0df7e0639fb 100644 (file)
       <dd>Multiple MPMs can now be built as loadable modules at compile time.  
       The MPM of choice can be configured at run time.</dd>
  
+      <dt>Per-module and per-directory LogLevel configuration</dt>
+      <dd>The <directive module="core">LogLevel</directive> can now be
+      configured per module and per directory.  New levels <code>trace1</code>
+      to <code>trace8</code> have been added above the <code>debug</code> log
+      level.</dd>
     </dl>
   </section>