| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | = Analysis = |
| 4 | ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ |
| 5 | |
| 6 | == Overview == |
| 7 | The logging should be revised especially the configuration should be fixed. A tutorial should be migrated from the old wiki. More attention should be paid on testing and runtime logging. |
| 8 | |
| 9 | == Task requirements == |
| 10 | * Migrate and review the logging tutorial from the old wiki. |
| 11 | * Review logging format output. |
| 12 | * Find a way to make all modules use a single logging hierarchy. |
| 13 | * Configure logging so that log files are always at the same place no matter whether we run tests, the project from eclipse or the project as a standalone application. (may be left for the next revision if this runs out of time) |
| 14 | |
| 15 | == Task result == |
| 16 | The result of this task is a wiki page, configuration file(s) and source code. |
| 17 | |
| 18 | == Implementation idea == |
| 19 | * Look the format of appenders of lo4j.properties file and think whether it's good enough |
| 20 | * Try putting log4j config in the resources of the application. |
| 21 | |
| 22 | == Related == |
| 23 | [http://asteasolutions.net/mediawiki/index.php/Veda-Design-R2#Logging] |
| 24 | |
| 25 | == How to demo == |
| 26 | * Start Sophie 2.0 and show where and how it logs. |
| 27 | |
| 28 | = Design = |
| 29 | |
| 30 | = Implementation = |
| 31 | ^(Implementation results should be described and linked here (from the wiki or the repository)^ |
| 32 | |
| 33 | = Testing = |
| 34 | |
| 35 | = Comments = |
| 36 | |
| 37 | = Log = |
| 38 | [[Include(wiki:CORE_LOGGING_R0_LOG)]] |