Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public DelegationTokenIssuer[] getAdditionalTokenIssuers()
try {
keyProvider = getKeyProvider();
} catch (IOException ioe) {
LOG.error("Error retrieving KeyProvider.", ioe);
LOG.debug("Error retrieving KeyProvider.", ioe);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also update the text to say something like "this error is benign when no keyprovider is configured."

return null;
}
if (keyProvider instanceof DelegationTokenIssuer) {
Expand Down