kumaab commented on code in PR #584: URL: https://github.com/apache/ranger/pull/584#discussion_r2129834972
########## agents-common/src/main/java/org/apache/ranger/plugin/service/RangerDefaultRequestProcessor.java: ########## @@ -98,6 +103,63 @@ public void preProcess(RangerAccessRequest request) { reqImpl.setClusterType(pluginContext.getClusterType()); } + RangerPluginConfig config = policyEngine.getPluginContext().getConfig(); + if (LOG.isDebugEnabled()) { Review Comment: Please remove all references of LOG.isDebugEnabled() unless absolutely required. References of the same were extensively removed as part of `RANGER-5017` and is also documented here: https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+Java+Style+Guide -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org