Brian Ghigiarelli created NIFI-636:
--------------------------------------
Summary: Processor Logger methods should use configured logging
levels for message and throwable
Key: NIFI-636
URL: https://issues.apache.org/jira/browse/NIFI-636
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Affects Versions: 0.1.0
Reporter: Brian Ghigiarelli
Priority: Minor
The SimpleProcessLogger and MockProcessorLog accept messages, parameters, and
throwables to match the SLF4J interface, but throwables are only logged if
DEBUG is enabled for the particular category, regardless of the level of the
log method.
As indicated on the developer mailing list, this was intended to reduce the
verbosity of the logs by only including stack traces for those who were
debugging the system. With the general shift toward provenance as an
operational utility instead of log files, NiFi should support consistent
logging of messages and throwables at the levels configured in the system.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)