Suppressing STDERR and STDOUT is not a viable option, other parts of the application may have valid console output.
I can suppress all the STDERR messages, denoted in my previous post by italics, by disabling all commons logging. -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog However, other parts of the application need to be able to log. I can't suppress all the log messages with this option. I think that since I can turn off the STDERR output by turning off commons logging, that there should be a way to suppress these logs. Either with a JBossCache option, or by providing a custom Logger for JBossCache. Is this possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898819#3898819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898819 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
