Mark Payne created NIFI-1216:
--------------------------------
Summary: NiFi framework spends resources formatting log messages
for Processor Loggers even when log level disabled
Key: NIFI-1216
URL: https://issues.apache.org/jira/browse/NIFI-1216
Project: Apache NiFi
Issue Type: Bug
Reporter: Mark Payne
Assignee: Mark Payne
Fix For: 0.4.0
Currently when we call getLogger().info(...) the log message is formatted, even
if the log level is set to WARN or ERROR. This is fairly expensive and can be
avoided.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)