mosermw commented on PR #10836: URL: https://github.com/apache/nifi/pull/10836#issuecomment-3825486457
Adding 2 INFO log messages seems reasonable, if we can identify and describe what NiFi is doing. We do account for "Expanding NAR files" which took 4.873 seconds in the example below. What about the 4.052 seconds after that and before the 117 lines of "Loaded NAR file:"? What is NiFi doing? ``` 2026-01-30 19:46:25,215 INFO [main] org.apache.nifi.nar.NarUnpacker Expanding 117 NAR files started 2026-01-30 19:46:30,088 INFO [main] org.apache.nifi.nar.NarUnpacker Expanded 117 NAR files in 4.873 seconds (4873023800 ns) 2026-01-30 19:46:34,140 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: ``` Maybe we can do one INFO message with "Loading 117 NAR files", change the 117 "Loaded NAR file" messages to the DEBUG level, and finish up with one INFO message "Loaded 117 NAR files in ??? seconds (??? ns)". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
