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

    https://github.com/apache/storm/pull/1053#discussion_r51133883
  
    --- Diff: storm-core/src/clj/org/apache/storm/util.clj ---
    @@ -541,6 +541,7 @@
         (.redirectErrorStream builder true)
         (doseq [[k v] environment]
           (.put process-env k v))
    +    (log-message "Starting process with command: " command)
    --- End diff --
    
    Can we make this debug or remove it if debugging is done?


---
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