Re: [xwiki-users] How can I capture an exception that is going to standard out

2011-05-27 Thread Vincent Massol
Hi, These logs are not on by default normally. You'll need to show us: - the exact console logs you get - your log4J file in WEB-INF/classes - the list of jars from your WEB-INF/lib directory that matches the patterns: *logging*, *log4j*, *slf4j* - tell us what modifications you've brought

[xwiki-users] How can I capture an exception that is going to standard out

2011-05-26 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Ok, I have an exception java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement... that is making it to Tomcat's standard out log (tomcat5-stdout.2011-05-26.log). I've tried everything I can think of in the log4j.properties file to get this exception to either not show up at all