Hi,
In Apache Nifi 1.0.0, where can I find debug logs which I set in code by using ComponentLog?
final ComponentLog logger = getLogger();
logger.debug("This is a log message!");
I don't find an option to download log file in Nifi Web UI (the corresponding processor's Data provenance option). I also checked the logs folder (nifi-app.log, nifi-user.log, nifi-bootstrap.log).
Can any of you please tell me how to enable the debug logs and in which file it will be logged?
Thank you.