diff options
author | Stefan Fritsch <sf@apache.org> | 2010-06-06 19:12:42 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-06-06 19:12:42 +0200 |
commit | 53e593a739f811d1158c6e9362636946bd966338 (patch) | |
tree | abbde990dd5fd1b0c938fedfe27bab360eeaf35e /docs/manual/new_features_2_4.xml | |
parent | Replace LogLevelDebugDump with TRACE log levels (diff) | |
download | apache2-53e593a739f811d1158c6e9362636946bd966338.tar.xz apache2-53e593a739f811d1158c6e9362636946bd966338.zip |
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
Diffstat (limited to 'docs/manual/new_features_2_4.xml')
-rw-r--r-- | docs/manual/new_features_2_4.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <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> |