You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Velmurugan Periasamy (Jira)" <ji...@apache.org> on 2020/06/02 19:16: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 ]

Velmurugan Periasamy updated RANGER-2566:
-----------------------------------------
    Fix Version/s:     (was: 2.0.0)
                       (was: 1.1.0)
                       (was: 0.5.3)

> Optimize  logging code of  RangerHiveAuthorizer 
> ------------------------------------------------
>
>                 Key: RANGER-2566
>                 URL: https://issues.apache.org/jira/browse/RANGER-2566
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>            Reporter: Haihui Xu
>            Assignee: Haihui Xu
>            Priority: Major
>              Labels: patch
>         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.3.4#803005)