You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Ramesh Mani (Jira)" <ji...@apache.org> on 2022/04/15 22:49:00 UTC

[jira] [Updated] (RANGER-2566) Optimize logging code of RangerHiveAuthorizer

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

Ramesh Mani updated RANGER-2566:
--------------------------------
    Fix Version/s: 2.2.0

> Optimize  logging code of  RangerHiveAuthorizer 
> ------------------------------------------------
>
>                 Key: RANGER-2566
>                 URL: https://issues.apache.org/jira/browse/RANGER-2566
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>    Affects Versions: 0.6.3
>            Reporter: Haihui Xu
>            Assignee: Haihui Xu
>            Priority: Major
>              Labels: patch
>             Fix For: 2.2.0
>
>         Attachments: RANGER-2566.patch
>
>
> The log code :
> {code:java}
> LOG.info("grantPrivileges(): " + request);
> 			if(LOG.isDebugEnabled()) {
> 				LOG.debug("grantPrivileges(): " + request);
> 			}
> {code}
> It looks strange. Maybe need  to potimize.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)