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 06:22:34 UTC

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

Author: crossley
Date: Fri Jul 23 21:22:33 2004
New Revision: 23200

Modified:
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
Add FAQ about logfiles.


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	Fri Jul 23 21:22:33 2004
@@ -590,6 +590,22 @@
       </answer>
     </faq>
 
+    <faq id="logs">
+      <question>
+        Where are the log files to find more infomation about errors?
+      </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
+          <link href="http://wiki.apache.org/cocoon/ExploringTheLogs">Cocoon logging</link>.
+          Doing <code>'forrest -v'</code> will provide verbose build messages.
+        </p>
+      </answer>
+    </faq>
+
     <faq id="how_can_I_help">
       <question>
         How can I help?