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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...