Fix logging message in shell/src/main/java/alluxio/cli/bundler/command/CollectMetricsCommand.java
apc999 opened this issue · 1 comments
apc999 commented
change LOG.error("Failed to get Alluxio metrics from URL %s. Exception is %s", url, e);
to LOG.error("Failed to get Alluxio metrics from URL {}. Exception: ", url, e);
heyingquan0030 commented
/assign @heyingquan13