From: kkolinko Date: Sat, 19 Mar 2011 03:00:38 +0000 (+0000) Subject: Improve the logging documentation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=559b007362c74ea3180ff58d4cd95682b0153b6c;p=tomcat7.0 Improve the logging documentation git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1083135 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index c8a396f7b..75626efe3 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -375,10 +375,28 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

- This section explains how to configure Tomcat to use log4j rather than - java.util.logging for all Tomcat's internal logging. The following steps - describe configuring log4j to output Tomcat's internal logging to a file - named tomcat.log. + This section explains how to configure Tomcat to use + log4j rather than + java.util.logging for all Tomcat's internal logging. +

+

Note, that

+ +

+ The following steps describe configuring log4j to output Tomcat's + internal logging.