From 559b007362c74ea3180ff58d4cd95682b0153b6c Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sat, 19 Mar 2011 03:00:38 +0000 Subject: [PATCH] Improve the logging documentation git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1083135 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/logging.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) 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.

    -- 2.11.0