cziegeler 2004/05/14 01:48:07
Modified: src/documentation/xdocs/installing updating.xml
Log:
Add a hint about the logging problem to the update doc
Revision Changes Path
1.25 +23 -0
cocoon-2.1/src/documentation/xdocs/installing/updating.xml
Index: updating.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/installing/updating.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- updating.xml 8 May 2004 08:57:54 -0000 1.24
+++ updating.xml 14 May 2004 08:48:06 -0000 1.25
@@ -27,6 +27,29 @@
</header>
<body>
+ <s1 title="Known Issues for 2.1.5">
+ <p>
+ This is a list of known issues for Cocoon 2.1.5.
+ </p>
+ <s2 title="Logging Configuration">
+ <p>
+ Cocoon 2.1.5 uses a newer version of the Avalon Excalibur logging
package
+ than version 2.1.4. Unfortunately this logging package has an
imcompatibility
+ to the version used in Cocoon 2.1.4.
+ </p>
+ <p>
+ If you update your application from 2.1.4 to 2.1.5 make sure that you
have
+ a log definition for the empty category in your logkit.xconf. Add the
following
+ lines to your category definition:
+ </p>
+ <source><![CDATA[
+ <category name="" log-level="@loglevel@">
+ <log-target id-ref="core"/>
+ <log-target id-ref="error"/>
+ </category>
+ ]]></source>
+ </s2>
+ </s1>
<s1 title="Updating Cocoon">
<p>
Please take your time to read this document completely before trying to
upgrade from