Changes between Version 7 and Version 8 of CORE_LOGGING_R0
- Timestamp:
- 12/03/08 17:39:50 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CORE_LOGGING_R0
v7 v8 29 29 * Stick to Log4j for this revision. Pax Logging is cool but it needs module configuration implemented first. 30 30 * Exclude log4j from the embedded dependencies of all modules except for those starting the application. 31 * Delete all log4j.properties files except those in inthe modules starting the application.31 * Delete all log4j.properties files except those in the modules starting the application. 32 32 * The tutorial is migrated and as we are still using log4j it is suitable. [wiki:LOGGING] 33 33 * Use Class.getResource method to load the log4j config file. … … 35 35 36 36 = Implementation = 37 ^(Implementation results should be described and linked here (from the wiki or the repository)^ 37 * log4j.proprties files are located only in org.sophie2.author and org.sophie2.server modules (the starting modules) 38 * for testing purposes the log4j.properties file is loaded from org.sophie2.core.testing. 39 * all logs are stored in the /trunk/sophie2-platform folder 40 * Changes can be viewed here: [changeset:642] 38 41 39 42 = Testing =