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

Peter Muir peter at bleepbleep.org.uk
Fri Nov 30 06:52:56 EST 2007


  User: pmuir   
  Date: 07/11/30 06:52:56

  Modified:    bootstrap-new  log4j.xml
  Log:
  Local version of bootstrap-new for Ales
  
  Revision  Changes    Path
  1.2       +3 -3      jboss-seam/bootstrap-new/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/log4j.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- log4j.xml	14 Nov 2007 11:41:56 -0000	1.1
  +++ log4j.xml	30 Nov 2007 11:52:56 -0000	1.2
  @@ -13,7 +13,7 @@
   
       <!-- ############### Embedded JBoss AS #################  -->
       <category name="org.jboss">
  -        <priority value="ERROR"/>
  +        <priority value="INFO"/>
       </category>
       <category name="com.arjuna">
           <priority value="ERROR"/>
  @@ -22,7 +22,7 @@
       <!-- ############### Hibernate logging ################# -->
   
       <category name="org.hibernate">
  -        <priority value="WARN"/>
  +        <priority value="DEBUG"/>
       </category>
   
       <!--
  @@ -42,7 +42,7 @@
   
       <!-- ############### Seam logging ################### -->
       <category name="org.jboss.seam">
  -        <priority value="WARN"/>
  +        <priority value="INFO"/>
       </category>
   
       <!-- These things are too noisy
  
  
  



More information about the jboss-cvs-commits mailing list