Created 10-25-2016 03:08 AM
nifi - how to configure a logback.xml in nifi to capture seperate log files for each nifi processor in terms of debug and error mode ?? Thanks .
Created 10-25-2016 01:24 PM
You definitely could do this if you wanted to, but it would probably become a bit unmanageable when using a significant number of processors.
This post from yesterday talks about how to create a separate log file for LogAttribute, it would be the same for any other processors:
Created 10-25-2016 01:42 PM
Some ways to home cook this: https://community.hortonworks.com/questions/63249/how-to-debug-each-nifi-processor.html
Created 11-09-2016 02:23 PM
This post will show you how to very quickly (seconds) build a flow that logs nifi at the processor and error level (or however you wish to customize). Very handy for development and production as well: