[jboss-cvs] CacheBenchFwk/conf ...

Manik Surtani manik at jboss.org
Tue Mar 13 12:04:02 EDT 2007


  User: msurtani
  Date: 07/03/13 12:04:02

  Modified:    conf     log4j.xml
  Removed:     conf     log4j.properties cachebench-jbc1.3.xml
  Log:
  wc
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- log4j.xml	9 Jan 2006 05:38:00 -0000	1.4
  +++ log4j.xml	13 Mar 2007 16:04:02 -0000	1.5
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
   <!-- The Log4j Configuration -->
  -<!-- $Id: log4j.xml,v 1.4 2006/01/09 05:38:00 imran Exp $ -->
  +<!-- $Id: log4j.xml,v 1.5 2007/03/13 16:04:02 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="E:/temp/cachefwk-roller.log"/>
  +        <param name="File" value="cachebench.log"/>
           <param name="Append" value="true"/>
           <param name="Threshold" value="DEBUG"/>
           <param name="MaxFileSize" value="10480KB"/>
  
  
  



More information about the jboss-cvs-commits mailing list