Changes between Version 7 and Version 8 of CORE_LOGGING_R0


Ignore:
Timestamp:
12/03/08 17:39:50 (17 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_LOGGING_R0

    v7 v8  
    2929 * Stick to Log4j for this revision. Pax Logging is cool but it needs module configuration implemented first. 
    3030 * Exclude log4j from the embedded dependencies of all modules except for those starting the application. 
    31  * Delete all log4j.properties files except those in in the modules starting the application. 
     31 * Delete all log4j.properties files except those in the modules starting the application. 
    3232 * The tutorial is migrated and as we are still using log4j it is suitable. [wiki:LOGGING] 
    3333 * Use Class.getResource method to load the log4j config file. 
     
    3535 
    3636= 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] 
    3841 
    3942= Testing =