Hi,

I'm using Struts 2.1.2. I've configured log4j logging with the following
line 
log4j.logger.com.opensymphony.xwork2.ognl=ERROR

in order to turn off what seemed to be xwork logging.

However, I'm still getting hundreds of line like these:
Could not find template in cache, creating new one;
id=[template/css_xhtml/form.ftl[en_US,UTF-8,parsed] ]
DEBUG [945512...@qtp0-2] cache.debug:81 | Compiling FreeMarker template
template/css_xhtml/form.ftl[en_US,UTF-8,parsed]  from
jar:file:/Users/nodje/Documents/project/allence/alpha2/target/alpha2/WEB-INF/lib/struts2-core-2.1.2.jar!/template/css_xhtml/form.ftl
DEBUG [945512...@qtp0-2] cache.debug:81 | Could not find template in cache,
creating new one;
id=[template/css_xhtml/form-validate.ftl[en_US,UTF-8,parsed] ]
....

What I don't understand is from which class this logging comes from:
cache.debug:81 should indicate a class and the calling method. But in
"cache.debug:81" 'cache' is not a class. There must be some centralized
system used to perfom logging.

Anyone knows where this logging comes from?

cheers
-nodje
-- 
View this message in context: 
http://www.nabble.com/Turning-freemarker-logging-off-tp21287074p21287074.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to