Mark Payne created NIFI-9748:
--------------------------------
Summary: Allow single-line output mode for LogAttribute
Key: NIFI-9748
URL: https://issues.apache.org/jira/browse/NIFI-9748
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Mark Payne
Assignee: Mark Payne
LogAttribute can be used to compare the attributes of multiple FlowFiles for
debugging purposes. However, it's difficult to compare the attributes of
multiple FlowFiles because of the way that the attributes are logged, one key
or value per line.
The key or value per line output format has value in that it's easy to read
when just looking at the attributes of a single FlowFile, but it's difficult to
use for comparison purposes.
We should provide the option to output all attributes on a single line so that
the attributes of 2 or more FlowFiles can be more easily compared.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)