From c7dcce81d1d7d2a42e70125dbc095067e3298928 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Thu, 1 Aug 2013 15:53:41 +0100 Subject: [PATCH] An attempt to sort out a warning in tomcat in Eclipse --- log/log4j.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/log/log4j.properties b/log/log4j.properties index 07df1cc..cd2a406 100644 --- a/log/log4j.properties +++ b/log/log4j.properties @@ -12,6 +12,10 @@ ## ERROR - log errors and fatal events only ## FATAL - log fatal events only +# To see debug messages in TldLocationsCache, uncomment the following line: +#org.apache.jasper.compiler.TldLocationsCache.level = FINE +org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = FINE + ## Uncomment this if you would like the system to log messages into stdout #log4j.rootLogger=TRACE, rootfile #log4j.appender.rootfile=org.apache.log4j.RollingFileAppender -- 1.7.10.2