You can add a filter to the appropriate appenders in your log4j configuration. Something like this:
| <filter class="org.apache.log4j.varia.StringMatchFilter"> | <param name="StringToMatch" value="Perhaps we're alone in the cluster"/> | <param name="AcceptOnMatch" value="false"/> | </filter> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990496#3990496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990496 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
