From 46157c4e26d0c2261e6d2d1bc9c75d23bb3f4a6e Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 10 Jan 2007 23:55:41 +0000 Subject: [PATCH] Fix minor issues with logging doc reported by Erik Bertelsen git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@495046 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/logging.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 93f6a5b72..948bf7f58 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -93,7 +93,7 @@
  • Replace $CATALINA_HOME/bin/tomcat-juli.jar with output/extras/tomcat-juli.jar.
  • -
  • Place $CATALINA_HOME/bin/tomcat-juli-adapters.jar in +
  • Place output/extras/tomcat-juli-adapters.jar in $CATALINA_HOME/lib.
  • Start Tomcat
  • @@ -109,7 +109,7 @@

    You can (and should) be more picky about which packages to include - in the logging. Tomcat 5.5 uses defines loggers by Engine and Host names. + in the logging. Tomcat 6 uses defines loggers by Engine and Host names. For example, for a default Catalina localhost log, add this to the end of the log4j.properties above. Note that there are known issues with using this naming convention (with square brackets) in log4j XML based -- 2.11.0