Qiang Zhang created RANGER-1424:
-----------------------------------

             Summary: Log should be changed to info level
                 Key: RANGER-1424
                 URL: https://issues.apache.org/jira/browse/RANGER-1424
             Project: Ranger
          Issue Type: Bug
          Components: usersync
            Reporter: Qiang Zhang
            Assignee: Qiang Zhang
            Priority: Minor


Path:\ranger\ugsync\src\main\java\org\apache\ranger\usergroupsync\usergroupsync.java

It should be LOG.info("Shutting down the UserGroupSync thread");
{code}
public void run() {
        try {
                ...
        }
        catch(Throwable t) {
                LOG.error("UserGroupSync thread got an error", t);
        }
        finally {
                LOG.error("Shutting down the UserGroupSync thread");
        }
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to