[
https://issues.apache.org/jira/browse/RANGER-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17820554#comment-17820554
]
wangzhongwei commented on RANGER-3646:
--------------------------------------
[~madhan] -ok,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
> Assignee: wangzhongwei
> Priority: Minor
> Fix For: 3.0.0, 2.3.0
>
> Attachments: 0001-RANGER-3646-LOG.debug-print-content-error.patch,
> 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.10#820010)