[
https://issues.apache.org/jira/browse/FLUME-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844153#comment-13844153
]
Hudson commented on FLUME-2262:
-------------------------------
FAILURE: Integrated in flume-trunk #524 (See
[https://builds.apache.org/job/flume-trunk/524/])
FLUME-2262. Log4j Appender should use timeStamp field not getTimestamp, which
was not available in older log4j versions. (hshreedharan:
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=2ea4922025e6db25d8627b522146b8b29c40a62b)
*
flume-ng-clients/flume-ng-log4jappender/src/main/java/org/apache/flume/clients/log4jappender/Log4jAppender.java
> 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
> Fix For: v1.5.0
>
> 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)