You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Tom Watson (Jira)" <ji...@apache.org> on 2020/07/20 15:09:00 UTC

[jira] [Created] (FELIX-6307) SCR logging uses null name for logger in LogServiceEnabledLogger.getLogger()

Tom Watson created FELIX-6307:
---------------------------------

             Summary: SCR logging uses null name for logger in LogServiceEnabledLogger.getLogger()
                 Key: FELIX-6307
                 URL: https://issues.apache.org/jira/browse/FELIX-6307
             Project: Felix
          Issue Type: Improvement
          Components: Declarative Services (SCR)
    Affects Versions: scr-2.1.22
            Reporter: Tom Watson


As part of the fix for issue #6274 the refactoring ends up passing null to the LoggerFactory.getLogger method for the logger name.  This is not allowed by the log service specification.  The name Logger.ROOT_LOGGER_NAME should be used instead of null.

This issue only exists in the latest master which has not been released yet.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)