Index: README =================================================================== RCS file: /home/cvspublic/jakarta-jetspeed/README,v retrieving revision 1.17 diff -u -r1.17 README --- README 27 May 2003 20:38:46 -0000 1.17 +++ README 23 Jul 2003 19:47:38 -0000 @@ -119,6 +119,22 @@ 5. Auto-login feature does not work when using localhost for the host name. A real domain name must be used or an alias must be created in hosts file (for example: 127.0.0.1 -> www.localhost.com). ============================================== +Logging usage notes for release 1.4b5 +============================================== + +The final release of Jetspeed uses Log4J directly, instead of commons logging or Turbine logging facilities. +Log4J is wrapped in the classes org.apache.jetspeed.services.JetspeedLogFactoryService and JetspeedLogger. +The JetspeedLoggingService introduced in 14b4 is now rewritten to log through these new features, in order +to capture the logging from Turbine. With these changes, all references to the Turbine Log class is removed +from all parts of Jetspeed except JetspeedLoggingService. +It (and the TurbineLoggingService) will be gone in the next version of Turbine. At that time, the +JetspeedLoggingService is no longer needed. + +Logging can now be configured via log4j.properties or log4j.xml. + +For more details, see the Configuration Guide and Coding Spec. + +============================================== DB Psml import usage notes for release 1.4b5 ==============================================