You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2010/06/06 19:12:43 UTC

svn commit: r951905 - in /httpd/httpd/trunk: CHANGES docs/manual/new_features_2_4.xml

Author: sf
Date: Sun Jun  6 17:12:42 2010
New Revision: 951905

URL: http://svn.apache.org/viewvc?rev=951905&view=rev
Log:
add to CHANGES and new_features_2_4

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=951905&r1=951904&r2=951905&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Jun  6 17:12:42 2010
@@ -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]

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=951905&r1=951904&r2=951905&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Sun Jun  6 17:12:42 2010
@@ -47,6 +47,11 @@
       <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>