You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "wangzhongwei (Jira)" <ji...@apache.org> on 2022/03/01 01:13:00 UTC

[jira] [Commented] (RANGER-3646) LOG.debug print content error

    [ https://issues.apache.org/jira/browse/RANGER-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499257#comment-17499257 ] 

wangzhongwei commented on RANGER-3646:
--------------------------------------

[~bpatel]  Branck name and details have been updated ,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: 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.1#820001)