You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/20 06:26:23 UTC

svn commit: r423751 - /incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/UPGRADE.txt

Author: aadamchik
Date: Wed Jul 19 21:26:15 2006
New Revision: 423751

URL: http://svn.apache.org/viewvc?rev=423751&view=rev
Log:
a logging upgrade hint

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/UPGRADE.txt

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/UPGRADE.txt
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/UPGRADE.txt?rev=423751&r1=423750&r2=423751&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/UPGRADE.txt (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/UPGRADE.txt Wed Jul 19 21:26:15 2006
@@ -26,4 +26,9 @@
 * Upgrading the code:
 
 Replace "org.objectstyle." with "org.apache." everywhere in imports and do a clean 
-recompile.
\ No newline at end of file
+recompile.
+
+* Upgrading logging configuiration
+
+If you are using custom logging configuration file, make sure that all the 
+Cayenne loggers are changed from "org.objectstyle" to "org.apache".