Github user alopresto commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1586#discussion_r105521647
  
    --- Diff: 
nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java ---
    @@ -1131,9 +1131,9 @@ public boolean accept(final File dir, final String 
filename) {
                         process = builder.start();
                         handleLogging(process);
     
    -                    pid = getPid(process, defaultLogger);
    +                    pid = OSUtil.getProcessId(process, defaultLogger);
                         if (pid == null) {
    -                        cmdLogger.info("Launched Apache NiFi but could not 
obtain the Process ID");
    +                        cmdLogger.error("Launched Apache NiFi but could 
not obtain the Process ID");
    --- End diff --
    
    Why is this at `error` level when the same message above is at `warn`?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to