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/02/28 05:49:00 UTC

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

     [ https://issues.apache.org/jira/browse/RANGER-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangzhongwei updated RANGER-3646:
---------------------------------
    Attachment: RANGER-3646.001.patch

> LOG.debug print content error
> -----------------------------
>
>                 Key: RANGER-3646
>                 URL: https://issues.apache.org/jira/browse/RANGER-3646
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>            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)