You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2017/05/22 01:43:04 UTC

[jira] [Updated] (RANGER-1596) The log name is incorrect in Log4JAuditDestination.java.

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

Qiang Zhang updated RANGER-1596:
--------------------------------
    Attachment: 0001-RANGER-1596-The-log-name-is-incorrect-in-Log4JAuditD.patch

> 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
>         Attachments: 0001-RANGER-1596-The-log-name-is-incorrect-in-Log4JAuditD.patch
>
>
> 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)