Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Fix logging message in shell/src/main/java/alluxio/cli/bundler/CollectInfo.java #631

Closed apc999 closed 2 years ago

apc999 commented 2 years ago

In https://github.com/Alluxio/alluxio/blob/8f74e6584b6d2d71be3a3737057808b6f77c44ae/shell/src/main/java/alluxio/cli/bundler/CollectInfo.java#L347

Change LOG.error("Execution failed on {}", e); to LOG.error("Execution failed", e);

heyingquan0030 commented 2 years ago

/assign @heyingquan13