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 08:07:04 UTC

[jira] [Resolved] (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 resolved RANGER-1596.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

> 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
>             Fix For: 1.0.0
>
>         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)