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 2004/07/24 09:34:00 UTC

svn commit: rev 23204 - forrest/trunk/src/documentation/content/xdocs

Author: crossley
Date: Sat Jul 24 00:34:00 2004
New Revision: 23204

Modified:
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
Modify the FAQ for "logs". Improve description of logkit.xconf


Modified: forrest/trunk/src/documentation/content/xdocs/faq.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/faq.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/faq.xml	Sat Jul 24 00:34:00 2004
@@ -596,12 +596,23 @@
       </question>
       <answer>
         <p>
-          The logfiles are at <code>build/webapp/WEB-INF/logs/</code> and the
-          verbosity can be raised with the 
-          <code>build/webapp/WEB-INF/logkit.xconf</code> configuration.
-          See more information and efficiency tips with
+          The logfiles are at <code>build/webapp/WEB-INF/logs/</code>
+        </p>
+        <p>
+          The log level can be raised with the <code>logkit.xconf</code>
+          configuration. If you are using Forrest in the interactive webapp
+          mode (which is generally easiest for debugging errors) then see the
+          <code>build/webapp/WEB-INF/logkit.xconf</code> file.
+          If you are generating a static site (with command-line 'forrest')
+          then copy <code>$FORREST_HOME/context/WEB-INF/logkit.xconf</code>
+          to your project at
+          <code>src/documentation/content/conf/logkit.xconf</code>
+          and modify it. See more information and efficiency tips with
           <link href="http://wiki.apache.org/cocoon/ExploringTheLogs">Cocoon logging</link>.
-          Doing <code>'forrest -v'</code> will provide verbose build messages.
+        </p>
+        <p>
+          Doing <code>'forrest -v'</code> will provide verbose build messages
+          to the standard output.
         </p>
       </answer>
     </faq>