-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71994/
-----------------------------------------------------------
(Updated Jan. 16, 2020, 6:30 a.m.)
Review request for ranger, Ankita Sinha, Gautam Borad, Mehul Parikh, and Pradeep Agrawal.
Bugs: RANGER-2701
https://issues.apache.org/jira/browse/RANGER-2701
Repository: ranger
Description
-------
Change the logging level from INFO to DEBUG of certain logs in Ranger KMS.
E.G.
2019-12-13 14:45:25,844 INFO KMS - Entering decryptEncryptedKey method.
2019-12-13 14:45:25,866 INFO KMS - Exiting handleEncryptedKeyOp method.
This logs are useful while debugging the issue.
Diffs
-----
kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/KMS.java f67f68b
Diff: https://reviews.apache.org/r/71994/diff/3/
Testing
-------
Change LOG level frm INFO to DEBUG wherever its required for Ranger KMS
Thanks,
Dhaval Shah
|