Skip to content

Commit a5449d3

Browse files
committed
HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota
1 parent 1194ec3 commit a5449d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSClientProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public KMSClientProvider(URI uri, Configuration conf) throws IOException {
402402
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT),
403403
new EncryptedQueueRefiller());
404404
authToken = new DelegationTokenAuthenticatedURL.Token();
405-
LOG.info("KMSClientProvider for KMS url: {} delegation token service: {}" +
405+
LOG.debug("KMSClientProvider for KMS url: {} delegation token service: {}" +
406406
" created.", kmsUrl, dtService);
407407
}
408408

0 commit comments

Comments
 (0)