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

ASF subversion and git services commented on NIFI-1738:
-------------------------------------------------------

Commit dedf9a52ac5613aa55c6eb6f5f06e04d09298888 in nifi's branch 
refs/heads/NIFI-1654 from [~hejki]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=dedf9a5 ]

NIFI-1738 - Repair logger names for ControllerStatusReportingTask

NIFI-1738 amending this commit with tests provided by @jvwing
This closes #334


> 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
>            Assignee: Oleg Zhurakousky
>             Fix For: 1.0.0, 0.7.0
>
>
> 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)

Reply via email to