From: Stefan Fritsch Date: Sun, 6 Jun 2010 17:12:42 +0000 (+0000) Subject: add to CHANGES and new_features_2_4 X-Git-Tag: 2.3.6~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e593a739f811d1158c6e9362636946bd966338;p=apache add to CHANGES and new_features_2_4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951905 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f45b290c82..7e698c3f13 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,15 @@ Changes with Apache 2.3.6 processing is completed, avoiding orphaned callback pointers. [Brett Gervasoni , 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] diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 09d148f838..65e2d812f2 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -47,6 +47,11 @@
Multiple MPMs can now be built as loadable modules at compile time. The MPM of choice can be configured at run time.
+
Per-module and per-directory LogLevel configuration
+
The LogLevel can now be + configured per module and per directory. New levels trace1 + to trace8 have been added above the debug log + level.