Skip to content

Commit c561a70

Browse files
Shweta Yakkaliarp7
authored andcommitted
HDDS-2213.Reduce key provider loading log level in OzoneFileSystem#getAdditionalTokenIssuers (#1556)
1 parent ec86f42 commit c561a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public DelegationTokenIssuer[] getAdditionalTokenIssuers()
6363
try {
6464
keyProvider = getKeyProvider();
6565
} catch (IOException ioe) {
66-
LOG.error("Error retrieving KeyProvider.", ioe);
66+
LOG.debug("Error retrieving KeyProvider.", ioe);
6767
return null;
6868
}
6969
if (keyProvider instanceof DelegationTokenIssuer) {

0 commit comments

Comments
 (0)