mirror of https://github.com/apache/nifi.git
NIFI-3164 Added message at startup to log NAR loading
This closes #1365. Signed-off-by: James Wing <jvwing@gmail.com>
This commit is contained in:
parent
35e8bedcc8
commit
5c095f3a18
|
@ -91,6 +91,7 @@ public final class NarUnpacker {
|
|||
}
|
||||
|
||||
if (!narFiles.isEmpty()) {
|
||||
logger.info("Expanding " + narFiles.size() + " NAR files with all processors... It can take few minutes.");
|
||||
for (File narFile : narFiles) {
|
||||
logger.debug("Expanding NAR file: " + narFile.getAbsolutePath());
|
||||
|
||||
|
|
Loading…
Reference in New Issue