[jboss-cvs] JBossCache/etc ...

Manik Surtani manik at jboss.org
Tue Jun 19 13:49:58 EDT 2007


  User: msurtani
  Date: 07/06/19 13:49:58

  Modified:    etc      log4j.xml
  Log:
  Adds a default prio for the root category
  
  Revision  Changes    Path
  1.23      +4 -7      JBossCache/etc/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/log4j.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- log4j.xml	16 Jan 2007 11:40:33 -0000	1.22
  +++ log4j.xml	19 Jun 2007 17:49:58 -0000	1.23
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j.xml,v 1.22 2007/01/16 11:40:33 msurtani Exp $ -->
  +<!-- $Id: log4j.xml,v 1.23 2007/06/19 17:49:58 msurtani Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -69,11 +69,7 @@
      -->
   
      <category name="org.jboss.cache">
  -      <priority value="ERROR"/>
  -   </category>
  -
  -   <category name="org.jboss.serial">
  -      <priority value="ERROR"/>
  +      <priority value="INFO"/>
      </category>
   
      <category name="org.jboss.tm">
  @@ -89,7 +85,8 @@
      <!-- ======================= -->
   
      <root>
  -      <!--<appender-ref ref="CONSOLE"/>-->
  +      <priority value="ERROR"/>
  +      <appender-ref ref="CONSOLE"/>
         <!--<appender-ref ref="FILE"/>-->
      </root>
   
  
  
  



More information about the jboss-cvs-commits mailing list