Revision: 18473
Author:   wko
Date:     2009-06-10 17:41:08 +0200 (Wed, 10 Jun 2009)
Log Message:
-----------
HSTTWO-432: Removes log4j.xml in the core component artifact.

Removed Paths:
-------------
    ecm/site-toolkit/trunk/components/core/src/main/resources/log4j.xml

Deleted: ecm/site-toolkit/trunk/components/core/src/main/resources/log4j.xml
===================================================================
--- ecm/site-toolkit/trunk/components/core/src/main/resources/log4j.xml 
2009-06-10 14:52:17 UTC (rev 18472)
+++ ecm/site-toolkit/trunk/components/core/src/main/resources/log4j.xml 
2009-06-10 15:41:08 UTC (rev 18473)
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-  Copyright 2008 Hippo
-
-  Licensed under the Apache License, Version 2.0 (the  "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS"
-  BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
-<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/";>
-
-  <!-- ====================================================================== 
-->
-  <!-- A P P E N D E R S                                                      
-->
-  <!-- ====================================================================== 
-->
-
-  <!-- console -->
-  <appender name="console" class="org.apache.log4j.ConsoleAppender">
-    <layout class="org.apache.log4j.PatternLayout">
-      <param name="ConversionPattern" value="%d{dd.MM.yyyy HH:mm:ss} %-5p 
[%C.%M():%L] %m%n"/>
-    </layout>
-  </appender>
-
-  <!-- log4j.log -->
-  <appender name="root" class="org.apache.log4j.FileAppender">
-    <param name="File" value="target/log4j.log"/>
-    <layout class="org.apache.log4j.PatternLayout">
-      <param name="ConversionPattern" value="%d{dd.MM.yyyy HH:mm:ss} %-5p 
[%C.%M():%L] %m%n"/>
-    </layout>
-  </appender>
-
-  <!-- ====================================================================== 
-->
-  <!-- L O G G E R S                                                          
-->
-  <!-- ====================================================================== 
-->
-
-  <category additivity="false" name="org.apache.jackrabbit.core">
-    <level value="warn"/>
-    <appender-ref ref="root"/>
-  </category>
-  
-  <category additivity="false" name="org.hippoecm.repository">
-    <level value="warn"/>
-    <appender-ref ref="console"/>
-  </category>
-  
-  
-  <category additivity="false" 
name="org.hippoecm.repository.LocalHippoRepository">
-    <level value="info"/>
-    <appender-ref ref="console"/>
-  </category>
- 
-  
-  <category additivity="false" name="org.hippoecm.hst">
-    <level value="warn"/>
-    <appender-ref ref="console"/>
-  </category>
-  
-  <root>
-    <level value="info"/>
-    <appender-ref ref="console"/>
-    <appender-ref ref="root"/>
-  </root>
-
-</log4j:configuration>

_______________________________________________
Hippocms-svn mailing list
[email protected]
http://lists.hippo.nl/mailman/listinfo/hippocms-svn

Reply via email to