This is an automated email from the ASF dual-hosted git repository.

agresch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 61e47a9  STORM-3835 log command that is failing (#3455)
61e47a9 is described below

commit 61e47a96f3184b5985245ff3fd6be9e1f0e33a92
Author: Aaron Gresch <[email protected]>
AuthorDate: Tue Mar 29 15:22:44 2022 -0500

    STORM-3835 log command that is failing (#3455)
---
 storm-client/src/jvm/org/apache/storm/utils/ShellUtils.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/storm-client/src/jvm/org/apache/storm/utils/ShellUtils.java 
b/storm-client/src/jvm/org/apache/storm/utils/ShellUtils.java
index 86e34ea..e3c219e 100644
--- a/storm-client/src/jvm/org/apache/storm/utils/ShellUtils.java
+++ b/storm-client/src/jvm/org/apache/storm/utils/ShellUtils.java
@@ -182,6 +182,7 @@ public abstract class ShellUtils {
             runCommand();
         } catch (IOException e) {
             numShellExceptions.mark();
+            LOG.info("Failed running command {}", getExecString(), e);
             throw e;
         }
     }

Reply via email to