Fix logging messages in hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java
apc999 opened this issue · 1 comments
apc999 commented
There are a few wrong references to error in logging, like LOG.error("Error connecting to hosted hub {}", e);
should be LOG.error("Error connecting to hosted hub: ", e);
, See more instructions https://docs.alluxio.io/os/user/stable/en/contributor/Code-Conventions.html#error-log-level
witheredwood commented
/assign @witheredwood