From 2aab12dc34e1076340a2b1ecc3f2b9e5429d9dae Mon Sep 17 00:00:00 2001
From: kkolinko .
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1035502 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/logging.xml | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index c6f0dac78..ca2f599ff 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -230,11 +230,11 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
named tomcat.log.
- list to avoid indent, and
thus reduce horizontal scrolling. Do not nest lists into
+
+
log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost]=INFO, LOCALHOST
log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager]=INFO, MANAGER
log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager]=INFO, HOST-MANAGER
-
- $CATALINA_BASE/conf/logging.properties to
prevent java.util.logging generating zero length log files.
This log4j configuration mirrors the default java.util.logging setup -- 2.11.0