RE: the WARN and INFO messages you're seeing, I don't think "severe" is a log4j 
level.  AFAIK the valid levels are DEBUG, INFO, WARN, ERROR and FATAL.  Looks 
like you want to limit org.jboss.cache and org.jgroups to "ERROR".

RE: the GMS message that is written to STDOUT, this can be disabled as part of 
the JGroups protocol stack config in the -service.xml file that configures your 
JBossCache.  Look in the <attribute name="ClusterConfig" section for the 
following:

<pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  |                     shun="true" print_local_addr="true"/>

Change the "print_local_addr" attribute to false.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898832#3898832

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898832


-------------------------------------------------------
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

Reply via email to