[ https://issues.apache.org/jira/browse/FLUME-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brock Noland updated FLUME-2262: -------------------------------- Description: getTimestamp was added in log4j 1.2.15, we should use the timestamp field instead: 1.2.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 was: 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 > 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 > Assignee: Brock Noland > Attachments: FLUME-2262.patch > > > getTimestamp was added in log4j 1.2.15, we should use the timestamp field > instead: > 1.2.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)