Joseph Witt created NIFI-67:
-------------------------------
Summary: New LogAttribute Output Features
Key: NIFI-67
URL: https://issues.apache.org/jira/browse/NIFI-67
Project: Apache NiFi
Issue Type: Improvement
Reporter: Joseph Witt
Priority: Minor
Add the following enhancements to the LogAttribute processor:
1) Allow specifying a logger name. This allows custom logback rules to be
written with the name specified.
2) Add option for outputting key/value pairs on a single line, allows easier
reading and grepping.
All keys/values on a single (long) line, various separators (TAB) Each
key/value pair on a newline.
3) Add option for outputting attributes in a nicely formatted ASII-art table.
4) Add option for outputting attributes using a custom String format. The
custom format string will simply be passed the key/value arguments as strings,
and possibly a date.
5) Optionally output keys in sorted order (true by default).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)