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:
Pierre Villard 2016-12-28 18:59:15 +01:00 committed by James Wing
parent 35e8bedcc8
commit 5c095f3a18
1 changed files with 1 additions and 0 deletions

View File

@ -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());