From 665db8d089d96ffe51f5975cf5f96e1894369ede Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 17 May 2010 10:35:04 +0000 Subject: [PATCH] Align comment and example git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945070 13f79535-47bb-0310-9956-ffa450edef68 --- conf/logging.properties | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/conf/logging.properties b/conf/logging.properties index 68be2d7f4..cbf949703 100644 --- a/conf/logging.properties +++ b/conf/logging.properties @@ -56,9 +56,6 @@ org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handler org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.FileHandler -# For example, set the com.xyz.foo logger to only log SEVERE -# messages: -#org.apache.catalina.startup.ContextConfig.level = FINE -#org.apache.catalina.startup.HostConfig.level = FINE -#org.apache.catalina.session.ManagerBase.level = FINE -#org.apache.catalina.core.AprLifecycleListener.level=FINE +# For example, set the org.apache.catalina.util.LifecycleBase logger to log +# each component that extends LifecycleBase changing state: +#org.apache.catalina.util.LifecycleBase = FINE -- 2.11.0