"tbauer" wrote :    <!-- Limit org.jgroups category to INFO -->
  |    
  |      
  |    
  | 
  | what are the valid values for priority value??  DEBUG, WARNING, ERROR?
  | 
  | I want to quiet jgroups except for errors??
  | 
  | thx,
  | 
  | tim
  | 

Valid values are fatal, error, warn, trace, debug, info
You want to set the tracing level for org.jgroups.protocols.{TCP,TCPPING} to WARN 
because they still use INFO, which is too verbose. I just checked in the changes which 
 now uses TRACE as logging level.
So setting the 2 cats is a temp solution, until the new version of JGroups is shipped 
with JBoss (3.2.4RC3).

Bela

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to