From e5b4f306e797b27d3003e9f4341049c6f65da2ca Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 16 Jan 2008 23:30:19 +0000 Subject: [PATCH] Fix bug 43173. Correct location for logging.properties. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@612622 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/logging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 1003e4cd4..d8e88652b 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -214,7 +214,7 @@

- Example logging.properties file to be placed in common/classes: + Example logging.properties file to be placed in $CATALINA_HOME/conf: handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, \ 3manager.org.apache.juli.FileHandler, 4admin.org.apache.juli.FileHandler, \ -- 2.11.0