[
https://issues.apache.org/jira/browse/RANGER-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17498715#comment-17498715
]
Ramesh Mani commented on RANGER-3646:
-------------------------------------
[~zhongwei11] Thanks you for your contribution. Please create a review request
in Apache review board [https://reviews.apache.org/r/new/]
We shall review and commit. Thanks.
> LOG.debug print content error
> -----------------------------
>
> Key: RANGER-3646
> URL: https://issues.apache.org/jira/browse/RANGER-3646
> Project: Ranger
> Issue Type: Improvement
> Components: plugins
> Affects Versions: 2.2.0
> Reporter: wangzhongwei
> Priority: Minor
> Attachments: RANGER-3646.001.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> In RangerPolicyRepository.java
> wrong log info :
> LOG.debug("rowFilter policy evaluation order: #" + (++order) + " - policy
> id=" + policy.getId() + "; name=" + policy.getName() + "; evalOrder=" +
> policyEvaluator.getEvalOrder());
> that should be :
> LOG.debug("audit policy evaluation order: #" + (++order) + " - policy id=" +
> policy.getId() + "; name=" + policy.getName() + "; evalOrder=" +
> policyEvaluator.getEvalOrder());
--
This message was sent by Atlassian Jira
(v8.20.1#820001)