You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Hejki (JIRA)" <ji...@apache.org> on 2016/04/07 13:17:25 UTC

[jira] [Created] (NIFI-1738) Incorrect logger name for ControllerStatusReportingTask

Hejki created NIFI-1738:
---------------------------

             Summary: Incorrect logger name for ControllerStatusReportingTask
                 Key: NIFI-1738
                 URL: https://issues.apache.org/jira/browse/NIFI-1738
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 0.5.1, 0.6.0, 0.5.0
            Reporter: Hejki


Name of processorLogger and connectionLogger inside ControllerStatusReportingTask are created incorrectly. Current names are {{class org.apache.nifi.controller.ControllerStatusReportingTask.Connections}} and {{class org.apache.nifi.controller.ControllerStatusReportingTask.Processors}}.

In commit c526656a228389aa972ce7ebc1df037333000516 logger names was repaired to {{LoggerFactory.getLogger(ControllerStatusReportingTask.class + ".Processors")}}, but correct is {{LoggerFactory.getLogger(ControllerStatusReportingTask.class.getName() + ".Processors")}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)