You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes are proposed in this pull request?
FixAlluxio/Community#633
Fix the logging message in ExecuteShellCollectInfoCommand.
### Why are the changes needed?
Improve logging format.
### Does this PR introduce any user facing changes?
No.
pr-link: #15063
change-id: cid-9a8c2bd84bcbf96cc9d7ec5cf9a503cd3f2a5caa
https://github.com/Alluxio/alluxio/blob/1807acff0ec7fa54072845e973d9a60145d5d8d0/shell/src/main/java/alluxio/cli/bundler/command/ExecuteShellCollectInfoCommand.java#L83
Change
LOG.warn("Command %s failed with exit code %d", cmdName, cr.getExitCode());
toLOG.warn("Command {} failed with exit code {}", cmdName, cr.getExitCode());
The text was updated successfully, but these errors were encountered: