[jboss-cvs] JBossCache/etc ...

Manik Surtani msurtani at jboss.com
Tue Aug 29 09:36:53 EDT 2006


  User: msurtani
  Date: 06/08/29 09:36:53

  Modified:    etc      log4j.xml
  Log:
  Creatd new TreeCacheMarshaller200
  
  Revision  Changes    Path
  1.17      +93 -93    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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- log4j.xml	22 Jun 2006 10:43:54 -0000	1.16
  +++ log4j.xml	29 Aug 2006 13:36:53 -0000	1.17
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j.xml,v 1.16 2006/06/22 10:43:54 msurtani Exp $ -->
  +<!-- $Id: log4j.xml,v 1.17 2006/08/29 13:36:53 msurtani Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
  @@ -23,7 +23,7 @@
     <!-- A time/date based rolling appender -->
     <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
       <param name="File" value="/tmp/jbosscache.log"/>
  -    <param name="Append" value="true" />
  +      <param name="Append" value="true"/>
   
       <!-- Rollover at midnight each day -->
       <param name="DatePattern" value="'.'yyyy-MM-dd"/>
  @@ -80,7 +80,7 @@
   
     <category name="org.jboss.cache">
   
  -    <priority value="FATAL" class="org.jboss.logging.XLevel"/>
  +      <priority value="TRACE" class="org.jboss.logging.XLevel"/>
     </category>
   
       <category name="org.jboss.jrunit">
  
  
  



More information about the jboss-cvs-commits mailing list