We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our openstack tokens have a limited lifespan after which a token refresh is required
When this happens org.javaswift.joss.command.impl.core.AbstractCommand will log things like
JOSS / HTTP PUT call https://swift.foo.com/v1/635dc89302e143559de621fa91b0f875/bucket/file, HTTP status 401, Error UNAUTHORIZED
At level error. However these are not errors, they are inevitable as part of the refresh process.
Logging at info level would be more appropriate
The text was updated successfully, but these errors were encountered:
Workaround
<logger name="org.javaswift.joss.command.impl.core.AbstractCommand" level="OFF" />
Sorry, something went wrong.
No branches or pull requests
Our openstack tokens have a limited lifespan after which a token refresh is required
When this happens org.javaswift.joss.command.impl.core.AbstractCommand will log things like
JOSS / HTTP PUT call https://swift.foo.com/v1/635dc89302e143559de621fa91b0f875/bucket/file, HTTP status 401, Error UNAUTHORIZED
At level error. However these are not errors, they are inevitable as part of the refresh process.
Logging at info level would be more appropriate
The text was updated successfully, but these errors were encountered: