You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/22 19:46:48 UTC

svn commit: rev 23155 - in forrest/trunk: . src/core/targets

Author: brondsem
Date: Thu Jul 22 10:46:47 2004
New Revision: 23155

Modified:
   forrest/trunk/src/core/targets/site.xml
   forrest/trunk/status.xml
Log:
JCS logging goes through cocoon; fixes FOR-214

Modified: forrest/trunk/src/core/targets/site.xml
==============================================================================
--- forrest/trunk/src/core/targets/site.xml	(original)
+++ forrest/trunk/src/core/targets/site.xml	Thu Jul 22 10:46:47 2004
@@ -58,6 +58,7 @@
         <jvmarg line="${forrest.jvmargs}"/>
         <jvmarg line="${forrest.basic.jvmargs}"/>
         <jvmarg value="-Djava.endorsed.dirs=${forrest.endorsed.lib-dir}${path.separator}${java.endorsed.dirs}"/>
+        <jvmarg value="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.LogKitLogger"/>
         <arg value="--logLevel=${project.debuglevel}"/>
         <arg value="--Logger=${project.logger}"/>
         <arg value="--logKitconfig=${project.logkitfile}"/>

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Thu Jul 22 10:46:47 2004
@@ -50,6 +50,9 @@
         Added new document to facilitate
         <link href="site:upgrading_06">upgrading to v0.6</link>
       </action>
+      <action dev="DB" type="fix" context="core" fixes-bug="FOR-214">
+        JCS log messages go through cocoon instead of to stdout.
+      </action>
       <action dev="DB" type="fix" context="core" due-to="Johannes Schaefer" fixes-bug="FOR-226">
         Generate proper html for figures in simplified docbook.
       </action>