[jboss-cvs] jboss-seam/examples/wiki/src/test ...

Christian Bauer christian at hibernate.org
Thu Jan 10 03:37:47 EST 2008


  User: cbauer  
  Date: 08/01/10 03:37:47

  Modified:    examples/wiki/src/test  log4j.xml
  Log:
  Better getInstance() calls
  
  Revision  Changes    Path
  1.7       +3 -3      jboss-seam/examples/wiki/src/test/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/log4j.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- log4j.xml	9 Jan 2008 15:59:25 -0000	1.6
  +++ log4j.xml	10 Jan 2008 08:37:47 -0000	1.7
  @@ -13,7 +13,7 @@
   
       <!-- ############### Wiki logging #################  -->
       <category name="org.jboss.seam.wiki">
  -        <priority value="TRACE"/>
  +        <priority value="WARN"/>
       </category>
       <category name="org.jboss.seam.wiki.test">
           <priority value="info"/>
  @@ -37,11 +37,11 @@
           <priority value="WARN"/>
       </category>
   
  +    <!--
       <category name="org.hibernate.SQL">
           <priority value="TRACE"/>
       </category>
   
  -    <!--
       <category name="org.hibernate.type">
           <priority value="TRACE"/>
       </category>
  @@ -65,7 +65,6 @@
       </category>
   
       <!-- These things are too noisy
  -    -->
       <category name="org.jboss.seam.jsf.SeamVariableResolver">
           <priority value="INFO"/>
       </category>
  @@ -87,6 +86,7 @@
       <category name="org.jboss.seam.core.Events">
           <priority value="INFO"/>
       </category>
  +    -->
   
       <root>
           <priority value="INFO"/>
  
  
  



More information about the jboss-cvs-commits mailing list