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 2006/01/03 02:27:41 UTC

svn commit: r365510 - in /forrest/trunk/main/webapp/WEB-INF: logkit.xconf xconf/forrest-core.xconf

Author: crossley
Date: Mon Jan  2 17:27:37 2006
New Revision: 365510

URL: http://svn.apache.org/viewcvs?rev=365510&view=rev
Log:
Add configuration to enable sitemap execution messages.

Modified:
    forrest/trunk/main/webapp/WEB-INF/logkit.xconf
    forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.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=365510&r1=365509&r2=365510&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/logkit.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/logkit.xconf Mon Jan  2 17:27:37 2006
@@ -120,6 +120,7 @@
       </cocoon>
     </priority-filter>
 
+     <!-- Sitemap execution messages -->
       <cocoon id="debug" >
         <filename>${context-root}/WEB-INF/logs/debug.log</filename>
         <format type="cocoon">
@@ -226,7 +227,7 @@
     </category>
     
     <category name="debug" log-level="DEBUG">
-        <log-target id-ref="debug"/>
+      <log-target id-ref="debug"/>
     </category>
       
     <category name="" log-level="WARN">

Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=365510&r1=365509&r2=365510&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Mon Jan  2 17:27:37 2006
@@ -771,6 +771,17 @@
 <!-- ========== Components used for profiling ========== -->
  <include src="resource://org/apache/cocoon/components/profiler/profiler.roles"/>
 
+<!-- ========== Components used for debugging ========== -->
+<!--+
+    | Send sitemap execution messages to the debug log category.
+    | Warning: It is very verbose. Off by default.
+    +-->
+<!--
+<component role="org.apache.cocoon.sitemap.SitemapExecutor"
+  class="org.apache.cocoon.profiler.debugging.SimpleSitemapExecutor"
+  logger="debug"/>
+-->
+
 <!-- ========== Components used for xml validation ========== -->
  <include src="resource://org/apache/cocoon/components/validation/validation.roles"/>
   <!--+