You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2018/04/23 11:02:00 UTC

[jira] [Created] (SLING-7611) Replace LogService with slf4j

Christian Schneider created SLING-7611:
------------------------------------------

             Summary: Replace LogService with slf4j
                 Key: SLING-7611
                 URL: https://issues.apache.org/jira/browse/SLING-7611
             Project: Sling
          Issue Type: Improvement
          Components: Commons
    Affects Versions: Commons Mime 2.1.10
            Reporter: Christian Schneider


Currently commons mime uses the LogService to log registered mime types. If no LogService is available (like often in tests) it directly writes to stdout. In this case it is not possible to configure what is logged.

So I propose to switch this to slf4j. So this module works more like the other ones in sling and the logging is easier to set up.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)