tons of useless logging slowing my app down

2008-02-15 Thread Giovanni Azua
hi, I have just bumped into the same logging issue as others have. I basically get tons of this: WARNING: Could not find property [theme] Feb 15, 2008 9:53:06 AM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn My setup is: - Struts 2.1.x built from trunk - I import only

Re: tons of useless logging slowing my app down

2008-02-15 Thread Antonio Petrelli
2008/2/15, Giovanni Azua [EMAIL PROTECTED]: My setup is: - Struts 2.1.x built from trunk - I import only commons.logging.jar and not log4j (is not allowed). Well, if you don't use Log4J, then Commons Logging defaults to JDK 1.4logger. This link may help you: