Changes between Version 3 and Version 4 of LOGGING


Ignore:
Timestamp:
12/04/08 16:59:05 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LOGGING

    v3 v4  
    113113== Configuring log4j in Sophie 2.0 == 
    114114 
    115 Log4j configuration is stored in "log4j.properties" file. It is read at application startup. 
     115Log4j configuration is stored in "log4j.properties" files. It is read at application startup. The location of the files is in the /src/main/resources folder of org.sophie2.author, org.sophie2.server and org.sophie2.testing modules. 
    116116 
    117117In order to change the lowest logged level edit the following line: 
     
    120120}}} 
    121121and replace "all" with the desired level (choose on from - off, fatal, error, warn, info, debug, trace). 
    122  
    123 Note that the Properties library is configured separately here: 
    124 {{{ 
    125 log4j.logger.net.asteasolutions.sophie.research.properties=all, ConsoleLogging 
    126 }}} 
    127 This reflects on all classes extending the Property class. 
    128122 
    129123Destination and format of logged messages can be changed by configuring the appropriate Appenders in "log4j.properties".