HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota

This commit is contained in:
Rushabh Shah 2018-05-12 12:19:13 -05:00
parent 1194ec31d7
commit a5449d3631

View File

@ -402,7 +402,7 @@ public KMSClientProvider(URI uri, Configuration conf) throws IOException {
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT),
new EncryptedQueueRefiller());
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);
}