LOG4J2-1943 The eventPrefix attribute was being ignored in the RFC5424Layout
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/82fddc28 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/82fddc28 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/82fddc28 Branch: refs/heads/master Commit: 82fddc287c1fee698cbcad67778823d3123c4011 Parents: b4e7b6e Author: Ralph Goers <[email protected]> Authored: Thu Jun 15 20:56:13 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Thu Jun 15 20:56:19 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/82fddc28/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1c9f304..36b0a54 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,9 @@ - "remove" - Removed --> <release version="2.9.0" date="2017-MM-DD" description="GA Release 2.9.0"> + <action issue="LOG4J2-1943" dev="rgoers" type="fix"> + The eventPrefix attribute was being ignored in the RFC5424Layout. + </action> <action issue="LOG4J2-1911" dev="rgoers" type="fix"> Improve the documentation of the DynamicThresholdFilter. </action>
