Member since
11-04-2016
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4360 | 11-11-2016 03:27 AM |
11-11-2016
03:27 AM
Found the answer from this mail thread - https://mail-archives.apache.org/mod_mbox/nifi-dev/201509.mbox/%3CCAFddr26AEVqnoQ=mWr7DSNDFVrr9NuYy9GCcXg=4FYyCQAbbuw@mail.gmail.com%3E In <nifi root>/conf/logback.xml, <configuration> <logger name=fully_qualified_class_name level="DEBUG"/> </configuration>
... View more
11-11-2016
03:18 AM
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.
... View more
Labels:
- Labels:
-
Apache NiFi