-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59431/
-----------------------------------------------------------
Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O
hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan
Neethiraj, and Velmurugan Periasamy.
Bugs: RANGER-1596
https://issues.apache.org/jira/browse/RANGER-1596
Repository: ranger
Description
-------
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);'
Diffs
-----
agents-audit/src/main/java/org/apache/ranger/audit/destination/Log4JAuditDestination.java
4e3338ec
Diff: https://reviews.apache.org/r/59431/diff/1/
Testing
-------
Thanks,
Qiang Zhang