Brock Noland created FLUME-2262:
-----------------------------------
Summary: Log4j Appender should use timeStamp field not getTimestamp
Key: FLUME-2262
URL: https://issues.apache.org/jira/browse/FLUME-2262
Project: Flume
Issue Type: Bug
Reporter: Brock Noland
Attachments: FLUME-2262.patch
getTimestamp was added in log4j 1.15, we should use the timestamp field instead:
1.14:
https://github.com/apache/log4j/blob/v1_2_14/src/java/org/apache/log4j/spi/LoggingEvent.java#L124
trunk:
https://github.com/apache/log4j/blob/trunk/src/main/java/org/apache/log4j/spi/LoggingEvent.java#L569
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)