You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/08 23:45:35 UTC

svn commit: r111322 - /forrest/trunk/main/targets/site.xml

Author: rick
Date: Wed Dec  8 14:45:29 2004
New Revision: 111322

URL: http://svn.apache.org/viewcvs?view=rev&rev=111322
Log:
Removed the explicit definition of the logger to use in the "site"
target.  This gets rid of the ehcache DEBUG messages appearing on the
console and getting logged in the expected WEB-INF/logs/debug.log.


Modified:
   forrest/trunk/main/targets/site.xml

Modified: forrest/trunk/main/targets/site.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/site.xml?view=diff&rev=111322&p1=forrest/trunk/main/targets/site.xml&r1=111321&p2=forrest/trunk/main/targets/site.xml&r2=111322
==============================================================================
--- forrest/trunk/main/targets/site.xml	(original)
+++ forrest/trunk/main/targets/site.xml	Wed Dec  8 14:45:29 2004
@@ -40,7 +40,6 @@
         failonerror="true">
         <jvmarg line="${forrest.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}"/>