Ignore:
Timestamp:
02/29/12 12:08:54 (12 years ago)
Author:
rboipsl
Message:

clean com.medias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/WEB-INF/classes/log4j.xml

    r376 r378  
    1 <?com.medias.xml version="1.0" encoding="UTF-8" ?> 
     1<?xml version="1.0" encoding="UTF-8" ?> 
    22<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> 
    33<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" threshold="all" debug="true"> 
     
    1010 
    1111    <appender name="file" class="org.apache.log4j.FileAppender"> 
    12         <param name="file" value="/home_local/workspace/project_source/web/log4j.log"/> 
     12        <param name="file" value="/home_local/workspace/tapas/web/log4j.log"/> 
    1313        <layout class="org.apache.log4j.PatternLayout"> 
    1414            <param name="ConversionPattern" value="LOG4J %p %d{ISO8601} - %c{1} - %m%n"/> 
Note: See TracChangeset for help on using the changeset viewer.