From 790a28dcaea4ee40571f827f15f210f51e5f9148 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 17 May 2010 10:36:25 +0000 Subject: [PATCH] Correct example git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945071 13f79535-47bb-0310-9956-ffa450edef68 --- conf/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/logging.properties b/conf/logging.properties index cbf949703..9e5eb1aab 100644 --- a/conf/logging.properties +++ b/conf/logging.properties @@ -58,4 +58,4 @@ org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].ha # 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 +#org.apache.catalina.util.LifecycleBase.level = FINE -- 2.11.0