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 messages in hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java #634

Open
apc999 opened this issue Feb 7, 2022 · 1 comment

Comments

@apc999
Copy link

apc999 commented Feb 7, 2022

https://github.com/Alluxio/alluxio/blob/60102fdc4fbce87b236ddecf483284945fbfd5e0/hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java#L393

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
Copy link

/assign @witheredwood

alluxio-bot pushed a commit to Alluxio/alluxio that referenced this issue Feb 28, 2022
### What changes are proposed in this pull request?

Fix logging messages in
hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java

### Why are the changes needed?

Fix #634 Alluxio/Community#634


### Does this PR introduce any user facing changes?

None

pr-link: #15068
change-id: cid-d8cda1723870cea7a8411055d781350ebe528878
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

No branches or pull requests

2 participants