-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Its been a long time since we revisted the logging framework and the use of log4j as the default. I looked at having better seamless integration with the jdk java.util.logging framework using a port of the log4j appenders/layout to jdk handlers/formatters and the initial prototype is in head as mentioned in the linked forum thread.
We need to reevaluate what the default logging implementation should be along with what updates the Log4jService needs. Some things to think about:
1. Using a log4j implementation that does not suffer from the current deadlock problem
2. How to nlog4j, slf4j, commons logging fit into the picture
3. Generalization of the Log4jService into one that works for whatever the default implementation is
3a. Add support for redirecting stderr, stdout to seperate log files instead of all loggers.