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

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

    [ https://issues.apache.org/jira/browse/NIFI-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230106#comment-15230106 ] 

ASF GitHub Bot commented on NIFI-1738:
--------------------------------------

GitHub user Hejki opened a pull request:

    https://github.com/apache/nifi/pull/334

    NIFI-1738 - Repair logger names for ControllerStatusReportingTask

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Hejki/nifi nifi-1738

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/334.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #334
    
----
commit 4fd8ff38e81504b7060f80e8e156f618abb145a2
Author: Hejki <he...@me.com>
Date:   2016-04-07T11:20:26Z

    NIFI-1738 - Repair logger names for ControllerStatusReportingTask

----


> 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.0, 0.6.0, 0.5.1
>            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)