Author: woonsan
Date: Wed Jul  2 02:22:20 2014
New Revision: 1607235

URL: http://svn.apache.org/r1607235
Log:
APA-58: test logging confs

Added:
    
portals/applications/webcontent/trunk/content-rewriter/src/test/resources/log4j.xml
    portals/applications/webcontent/trunk/portlets/src/test/resources/log4j.xml
    
portals/applications/webcontent/trunk/reverse-proxy/src/test/resources/log4j.xml
Removed:
    
portals/applications/webcontent/trunk/portlets/src/test/resources/log4j.properties

Added: 
portals/applications/webcontent/trunk/content-rewriter/src/test/resources/log4j.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/content-rewriter/src/test/resources/log4j.xml?rev=1607235&view=auto
==============================================================================
--- 
portals/applications/webcontent/trunk/content-rewriter/src/test/resources/log4j.xml
 (added)
+++ 
portals/applications/webcontent/trunk/content-rewriter/src/test/resources/log4j.xml
 Wed Jul  2 02:22:20 2014
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Copyright 2012 Hippo.
+  
+  This file is part of HST PDF Renderer.
+  
+  HST PDF Renderer is free software: you can redistribute it and/or modify it 
+  under the terms of the GNU General Public License as published by the Free 
+  Software Foundation, either version 3 of the License, or (at your option) 
+  any later version.
+  
+  HST PDF Renderer is distributed in the hope that it will be useful, but 
+  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
+  or FITNESS FOR A PARTICULAR PURPOSE.
+  See the GNU General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License along with
+  HST PDF Renderer. If not, see http://www.gnu.org/licenses/.
+-->
+<!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 [%t] %-5p %c{1}:%L - %m%n"/>
+    </layout>
+  </appender>
+
+  <!-- ====================================================================== 
-->
+  <!-- L O G G E R S                                                          
-->
+  <!-- ====================================================================== 
-->
+
+  <category additivity="false" 
name="org.apache.portals.applications.webcontent2">
+    <level value="info"/>
+    <appender-ref ref="console"/>
+  </category>
+
+  <root>
+    <level value="info"/>
+    <appender-ref ref="console"/>
+  </root>
+
+</log4j:configuration>

Added: 
portals/applications/webcontent/trunk/portlets/src/test/resources/log4j.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/resources/log4j.xml?rev=1607235&view=auto
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/resources/log4j.xml 
(added)
+++ portals/applications/webcontent/trunk/portlets/src/test/resources/log4j.xml 
Wed Jul  2 02:22:20 2014
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Copyright 2012 Hippo.
+  
+  This file is part of HST PDF Renderer.
+  
+  HST PDF Renderer is free software: you can redistribute it and/or modify it 
+  under the terms of the GNU General Public License as published by the Free 
+  Software Foundation, either version 3 of the License, or (at your option) 
+  any later version.
+  
+  HST PDF Renderer is distributed in the hope that it will be useful, but 
+  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
+  or FITNESS FOR A PARTICULAR PURPOSE.
+  See the GNU General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License along with
+  HST PDF Renderer. If not, see http://www.gnu.org/licenses/.
+-->
+<!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 [%t] %-5p %c{1}:%L - %m%n"/>
+    </layout>
+  </appender>
+
+  <!-- ====================================================================== 
-->
+  <!-- L O G G E R S                                                          
-->
+  <!-- ====================================================================== 
-->
+
+  <category additivity="false" 
name="org.apache.portals.applications.webcontent2">
+    <level value="info"/>
+    <appender-ref ref="console"/>
+  </category>
+
+  <root>
+    <level value="info"/>
+    <appender-ref ref="console"/>
+  </root>
+
+</log4j:configuration>

Added: 
portals/applications/webcontent/trunk/reverse-proxy/src/test/resources/log4j.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/reverse-proxy/src/test/resources/log4j.xml?rev=1607235&view=auto
==============================================================================
--- 
portals/applications/webcontent/trunk/reverse-proxy/src/test/resources/log4j.xml
 (added)
+++ 
portals/applications/webcontent/trunk/reverse-proxy/src/test/resources/log4j.xml
 Wed Jul  2 02:22:20 2014
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Copyright 2012 Hippo.
+  
+  This file is part of HST PDF Renderer.
+  
+  HST PDF Renderer is free software: you can redistribute it and/or modify it 
+  under the terms of the GNU General Public License as published by the Free 
+  Software Foundation, either version 3 of the License, or (at your option) 
+  any later version.
+  
+  HST PDF Renderer is distributed in the hope that it will be useful, but 
+  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
+  or FITNESS FOR A PARTICULAR PURPOSE.
+  See the GNU General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License along with
+  HST PDF Renderer. If not, see http://www.gnu.org/licenses/.
+-->
+<!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 [%t] %-5p %c{1}:%L - %m%n"/>
+    </layout>
+  </appender>
+
+  <!-- ====================================================================== 
-->
+  <!-- L O G G E R S                                                          
-->
+  <!-- ====================================================================== 
-->
+
+  <category additivity="false" 
name="org.apache.portals.applications.webcontent2">
+    <level value="info"/>
+    <appender-ref ref="console"/>
+  </category>
+
+  <root>
+    <level value="info"/>
+    <appender-ref ref="console"/>
+  </root>
+
+</log4j:configuration>


Reply via email to