[jboss-cvs] CacheBenchFwk/conf ...

Manik Surtani manik at jboss.org
Thu May 17 04:13:46 EDT 2007


  User: msurtani
  Date: 07/05/17 04:13:46

  Modified:    conf     log4j.xml
  Log:
  fixed stuff
  
  Revision  Changes    Path
  1.8       +2 -2      CacheBenchFwk/conf/log4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: log4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/conf/log4j.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- log4j.xml	17 May 2007 07:37:44 -0000	1.7
  +++ log4j.xml	17 May 2007 08:13:46 -0000	1.8
  @@ -1,13 +1,13 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
   <!-- The Log4j Configuration -->
  -<!-- $Id: log4j.xml,v 1.7 2007/05/17 07:37:44 msurtani Exp $ -->
  +<!-- $Id: log4j.xml,v 1.8 2007/05/17 08:13:46 msurtani Exp $ -->
   <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
       <!-- The list of appenders -->
       <!-- The rolling file appender -->
       <appender name="ROLLING-FILE" class="org.apache.log4j.RollingFileAppender">
           <param name="File" value="cachebench.log"/>
  -        <param name="Append" value="true"/>
  +        <param name="Append" value="false"/>
           <param name="Threshold" value="DEBUG"/>
           <param name="MaxFileSize" value="10480KB"/>
           <param name="MaxBackupIndex" value="3"/>
  
  
  



More information about the jboss-cvs-commits mailing list