Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Fix logging message in shell/src/main/java/alluxio/cli/bundler/command/AbstractCollectInfoCommand.java #629

Open apc999 opened 2 years ago

apc999 commented 2 years ago

https://github.com/Alluxio/alluxio/blob/2aa7d4b65d08f3a58b2232a0f6eeadaeebd7fe6d/shell/src/main/java/alluxio/cli/bundler/command/AbstractCollectInfoCommand.java#L61

    LOG.debug("Command {} works in {}", this.getCommandName(), workingDirPath);
Sucran commented 2 years ago

/assign @Sucran