HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota
This commit is contained in:
parent
1194ec31d7
commit
a5449d3631
@ -402,7 +402,7 @@ public KMSClientProvider(URI uri, Configuration conf) throws IOException {
|
|||||||
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT),
|
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT),
|
||||||
new EncryptedQueueRefiller());
|
new EncryptedQueueRefiller());
|
||||||
authToken = new DelegationTokenAuthenticatedURL.Token();
|
authToken = new DelegationTokenAuthenticatedURL.Token();
|
||||||
LOG.info("KMSClientProvider for KMS url: {} delegation token service: {}" +
|
LOG.debug("KMSClientProvider for KMS url: {} delegation token service: {}" +
|
||||||
" created.", kmsUrl, dtService);
|
" created.", kmsUrl, dtService);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user