Repository: logging-log4j2 Updated Branches: refs/heads/master ad4a34a8d -> fffbdfa9a
[LOG4J2-867] FlumeAppender: maxDelay not in seconds, but milliseconds. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fffbdfa9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fffbdfa9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fffbdfa9 Branch: refs/heads/master Commit: fffbdfa9a85e24ccb2b0d7f02b4eea7bbbbf98a8 Parents: ad4a34a Author: Gary Gregory <[email protected]> Authored: Sat Oct 4 00:27:08 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sat Oct 4 00:27:08 2014 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fffbdfa9/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8a47489..26b64cd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -183,6 +183,11 @@ <action issue="LOG4J2-822" dev="ggregory" type="update"> Update org.eclipse.persistence.jpa to 2.5.2 from 2.5.1. </action> + <action issue="LOG4J2-867" dev="ggregory" type="update"> + FlumeAppender: maxDelay not in seconds, but milliseconds. + Add time scale to some settings, for example maxDelayMillis instead of maxDelay. + The old names are aliased for compatibility. + </action> </release> <release version="2.0.2" date="2014-08-16" description="Bug fixes and enhancements"> <action issue="LOG4J2-775" dev="ggregory" type="update">
