Replace logback in the osgi/log module
--------------------------------------

                 Key: SLING-384
                 URL: https://issues.apache.org/jira/browse/SLING-384
             Project: Sling
          Issue Type: Bug
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


The osgi/log module currently includes LogBack [1] as the logging backend. This 
library is licensed under LGPL 3.0, which makes it hard to include in Sling. In 
addition, the full functionality of LogBack is probably not used at all.

The goal of this issue is to replace LogBack with a very simple implementation 
of the SLF4J API suitable for our needs, that is:

   * Log to a file or to the console
   * Support log file rotation
   * Support simple log message formatting

[1] http://www.logback.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to