For your first post, You need to modify your server-config/conf/log4j.xml and add this to it in the Limit Categories section:
| <!-- Limit the org.jgroups category to WARN as its INFO is verbose --> | <category name="org.jgroups"> | <priority value="ERROR"/> | </category> | | <category name="org.jboss.cache"> | <priority value="ERROR"/> | </category> | Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080001#4080001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080001 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
