HDDS-2213.Reduce key provider loading log level in OzoneFileSystem#getAdditionalTokenIssuers (#1556)
This commit is contained in:
parent
ec86f42e40
commit
c561a70c49
@ -63,7 +63,7 @@ public DelegationTokenIssuer[] getAdditionalTokenIssuers()
|
|||||||
try {
|
try {
|
||||||
keyProvider = getKeyProvider();
|
keyProvider = getKeyProvider();
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
LOG.error("Error retrieving KeyProvider.", ioe);
|
LOG.debug("Error retrieving KeyProvider.", ioe);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (keyProvider instanceof DelegationTokenIssuer) {
|
if (keyProvider instanceof DelegationTokenIssuer) {
|
||||||
|
Loading…
Reference in New Issue
Block a user