Feature #171
Test upgrade paths for logging configuration
| Status: | Closed | Start: | 09/02/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | 1.2.0 |
Description
The CSV and LDIF loggers were present in LSC 1.1, but their configuration has changed completely in 1.2:
- The Java class names are no longer the same
- The log configuration file is logback.xml and no longer log4j.properties
We must test writing a full configuration in the old log4j.properties format (examples are in the doc on the wiki) and converting using the logback translator (online), to make sure they still work.
History
Updated by Jonathan Clarke 5 months ago
The official documentation to upgrade from 1.1 to 1.2 is http://lsc-project.org/wiki/documentation/1.2/upgrade-from-1.1.
log4j.properties configurations should be checked using the process described in this doc.
Updated by Rémy-Christophe Schermesser 3 months ago
- Status changed from New to Feedback
I have updated a BIG configuration from 1.1 to 1.2. I works great !
I also have updated the documentation.
I think, we ca close this issue, and reopen it if someone spot a problem.
Updated by Jonathan Clarke 3 months ago
- Status changed from Feedback to Closed
Thanks Rémy-Christophe! Closing this issue now.