You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/18 09:56:27 UTC

svn commit: r289906 - /forrest/trunk/main/webapp/WEB-INF/logkit.xconf

Author: crossley
Date: Sun Sep 18 00:56:23 2005
New Revision: 289906

URL: http://svn.apache.org/viewcvs?rev=289906&view=rev
Log:
Also send linkrewriter and locationmap messages to core and error logs.

Modified:
    forrest/trunk/main/webapp/WEB-INF/logkit.xconf

Modified: forrest/trunk/main/webapp/WEB-INF/logkit.xconf
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/logkit.xconf?rev=289906&r1=289905&r2=289906&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/logkit.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/logkit.xconf Sun Sep 18 00:56:23 2005
@@ -191,11 +191,15 @@
 
       <category name="modules.mapper.link" log-level="INFO">
         <log-target id-ref="linkrewriter"/>
+        <log-target id-ref="core"/>
+        <log-target id-ref="error"/>
       </category>
 
       <category name="modules.mapper.lm" log-level="INFO">
         <log-target id-ref="locationmap"/>
         <log-target id-ref="linkrewriter"/>
+        <log-target id-ref="core"/>
+        <log-target id-ref="error"/>
       </category>
 
       <log-target id-ref="core"/>