[ 
https://issues.apache.org/jira/browse/NIFI-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael W Moser updated NIFI-13375:
-----------------------------------
    Fix Version/s: 2.0.0-M4
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Add missing logging parameter in SplitRecord
> --------------------------------------------
>
>                 Key: NIFI-13375
>                 URL: https://issues.apache.org/jira/browse/NIFI-13375
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>             Fix For: 2.0.0-M4
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> In SplitRecord on line 201
> {code:java}
> getLogger().error("Failed to split", original, pe);
> {code}
> there is no logging parameter in the message. The code should look like
>  
> {code:java}
> getLogger().error("Failed to split {}", original, pe);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to