Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Commons Log 4.0.0
Description
With new Logback based Log the error message for other categories like "log.request" get added to error.log. This is happening because by default Logback Loggers have additivity [1] set to true. For compatibility purpose the additivity for Loggers configured vis OSGi config must be set to false
[1] http://logback.qos.ch/manual/architecture.html#additivity