[
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)