Qiang Zhang created RANGER-1596:
-----------------------------------

             Summary: The log name is incorrect in Log4JAuditDestination.java.
                 Key: RANGER-1596
                 URL: https://issues.apache.org/jira/browse/RANGER-1596
             Project: Ranger
          Issue Type: Bug
          Components: audit
    Affects Versions: master
            Reporter: Qiang Zhang
            Assignee: Qiang Zhang
            Priority: Minor


The log name should use 'Log4JAuditDestination.class' instead of 
'FileAuditDestination.class' in Log4JAuditDestination.java.
Change from 'private static final Log logger = 
LogFactory.getLog(FileAuditDestination.class);' to 'private static final Log 
logger = LogFactory.getLog(Log4JAuditDestination.class);'



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

Reply via email to