[
https://issues.apache.org/jira/browse/NIFI-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405221#comment-17405221
]
Mark Payne commented on NIFI-9051:
----------------------------------
This is the standard practice for processors and is generally desirable. The
processor should log at an INFO level what it does with a given FlowFile. This,
of course, can become incredibly verbose in the logs, which is why logback, by
default, has the log level for the {{org.apache.nifi.processors}} package set
to WARN. But you can then change it to log at an INFO level for specific
processors when it makes sense.
> DetectDuplicate logs too frequently
> -----------------------------------
>
> Key: NIFI-9051
> URL: https://issues.apache.org/jira/browse/NIFI-9051
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Ryan Hendrickson
> Assignee: Andrew Atwood
> Priority: Minor
>
> This should not log at an Info level for every FlowFile:
> [https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/DetectDuplicate.java#L211]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)