[jboss-cvs] jboss-seam/bootstrap ...

Peter Muir peter at bleepbleep.org.uk
Mon Jan 14 09:37:40 EST 2008


  User: pmuir   
  Date: 08/01/14 09:37:40

  Modified:    bootstrap  log4j.xml
  Log:
  Hide errors due to EMB-6
  
  Revision  Changes    Path
  1.9       +7 -11     jboss-seam/bootstrap/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap/log4j.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- log4j.xml	5 Dec 2007 17:52:35 -0000	1.8
  +++ log4j.xml	14 Jan 2008 14:37:40 -0000	1.9
  @@ -13,24 +13,18 @@
   
       <!-- ############### Embedded JBoss AS #################  -->
       <category name="org.jboss">
  -        <priority value="INFO"/>
  +        <priority value="ERROR"/>
       </category>
       <category name="com.arjuna">
           <priority value="ERROR"/>
       </category>
       
  -    <!-- <category name="org.jboss.xb">
  -        <priority value="TRACE"/>
  -    </category>
  -    
  -    <category name="org.jboss.deployers">
  -        <priority value="TRACE"/>
  +    <!-- EMB-6, JMS activation throws an error due to deployment ordering, but as there is a timeout
  +    and retry the tests pass. Hide the error message -->
  +    <category name="jboss.resource.adapter.jms.inflow.JmsActivation">
  +        <priority value="ERROR"/>
       </category>
       
  -    <category name="org.jboss.deployment">
  -        <priority value="TRACE"/>
  -    </category>-->
  -
       <!-- ############### Hibernate logging ################# -->
   
       <category name="org.hibernate">
  @@ -57,6 +51,8 @@
           <priority value="WARN"/>
       </category>
   
  +
  +
       <!-- These things are too noisy
       <category name="org.jboss.seam.jsf.SeamVariableResolver">
           <priority value="INFO"/>
  
  
  



More information about the jboss-cvs-commits mailing list