-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73849/
-----------------------------------------------------------

Review request for ranger, Madhan Neethiraj and Subhrat Chaudhary.


Bugs: RANGER-3625
    https://issues.apache.org/jira/browse/RANGER-3625


Repository: ranger


Description
-------

The condition "if (!LOG.isDebugEnabled())" should be replaced by "if 
(LOG.isDebugEnabled())" 
so that the debug.level log inside this condition is logged.


Diffs
-----

  
hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java
 e6cb50796 


Diff: https://reviews.apache.org/r/73849/diff/1/


Testing
-------

Tested Manually and checked the debug log getting logged if the Debug is enable.


Thanks,

Ankita Sinha

Reply via email to