[jboss-cvs] JBossCache/etc ...

Manik Surtani msurtani at jboss.com
Tue Oct 24 08:08:04 EDT 2006


  User: msurtani
  Date: 06/10/24 08:08:04

  Modified:    etc      log4j.xml
  Log:
  Updated to remove dependency on org.jboss.logging classes
  
  Revision  Changes    Path
  1.20      +3 -3      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- log4j.xml	7 Sep 2006 15:06:29 -0000	1.19
  +++ log4j.xml	24 Oct 2006 12:08:04 -0000	1.20
  @@ -7,21 +7,21 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: log4j.xml,v 1.19 2006/09/07 15:06:29 msurtani Exp $ -->
  +<!-- $Id: log4j.xml,v 1.20 2006/10/24 12:08:04 msurtani Exp $ -->
   
   <!--
      | For more configuration infromation and examples see the Jakarta Log4j
      | owebsite: http://jakarta.apache.org/log4j
    -->
   
  -<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
  +<log4j:configuration xmlns:log4j="http://logging.apache.org/log4j/" debug="false">
   
      <!-- ================================= -->
      <!-- Preserve messages in a local file -->
      <!-- ================================= -->
   
      <!-- A time/date based rolling appender -->
  -   <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
  +   <appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender">
         <param name="File" value="/tmp/jbosscache.log"/>
         <param name="Append" value="true"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list