Author: crossley
Date: Mon Jan 2 17:57:08 2006
New Revision: 365516
URL: http://svn.apache.org/viewcvs?rev=365516&view=rev
Log:
Add section "Using Cocoon sitemap execution logger" #debug-sitemap-exec
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml?rev=365516&r1=365515&r2=365516&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml Mon
Jan 2 17:57:08 2006
@@ -274,7 +274,7 @@
</p>
<section id="debug-cocoon-profiler">
- <title>Using the Cocoon sitemap profiler</title>
+ <title>Using Cocoon sitemap profiler</title>
<p>
Cocoon provides a simple profiler to analyse itself.
This enables us to list the various sitemap pipelines and
@@ -306,8 +306,18 @@
</p>
</section>
+ <section id="debug-sitemap-exec">
+ <title>Using Cocoon sitemap execution logger</title>
+ <p>
+ In main/webapp/WEB-INF/xconf/forrest-core.xconf
+ search for "sitemap execution" and uncomment the component.
+ For each sitemap component that is executed, a message will go to
+ WEB-INF/logs/debug.log
+ </p>
+ </section>
+
<section id="debug-logtransformer">
- <title>Using the Cocoon LogTransformer</title>
+ <title>Using Cocoon LogTransformer</title>
<p>
LogTransformers can be inserted in the sitemaps. This will write
the sax events at that point into a named log file.