Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logging message in shell/src/main/java/alluxio/cli/bundler/command/ExecuteShellCollectInfoCommand.java #633

Closed
apc999 opened this issue Feb 7, 2022 · 1 comment · Fixed by Alluxio/alluxio#15063

Comments

@apc999
Copy link

apc999 commented Feb 7, 2022

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()); to LOG.warn("Command {} failed with exit code {}", cmdName, cr.getExitCode());

@Rianico
Copy link

Rianico commented Feb 27, 2022

/assign @Rianico

alluxio-bot pushed a commit to Alluxio/alluxio that referenced this issue Feb 28, 2022
### What changes are proposed in this pull request?
Fix Alluxio/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
@apc999 apc999 closed this as completed Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants