This question may arise a little out of naivety on my part.

I need to create a new separate log, not to log the stuff I'm already logging and that appears nicely in /nifi-app.log/, but a sort of auditing log to which I'll write with comparative infrequency and very little verbosity. I'd like to create it in ${NIFI_ROOT}//logs/ alongside the existing logs since that's already a place to which I have write-access.

What I'm looking for is to remain inside how ComponentLogworks if that's best practice. How to create another logfile alongside /nifi-app.log/ and /nifi-bootstrap.log/? Alternatively, do you suggest that I'm on my own and I should just use whatever I'm most familiar with (in my case, log4j + /log4j.properties///log4j.xml/)?

Thanks.

Reply via email to