Repository: logging-log4j2 Updated Branches: refs/heads/master 8ef7ac1b5 -> 6d42c1bc0
[LOG4J2-1573] Layout is no longer optional. Update changes.xml. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6d42c1bc Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6d42c1bc Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6d42c1bc Branch: refs/heads/master Commit: 6d42c1bc09bdf82b8df617e25f3ecc6aba4fd79d Parents: 8ef7ac1 Author: Gary Gregory <[email protected]> Authored: Thu Sep 15 09:41:37 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Sep 15 09:41:37 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d42c1bc/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 16a1a04..d4f9371 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -141,6 +141,9 @@ <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal"> Fixed issue where CsvParameterLayout and CsvLogEventLayout inserted NUL characters if data starts with {, (, [ or " </action> + <action issue="LOG4J2-1573" dev="ggregory" type="fix" due-to="Steffen Offermann"> + Layout is no longer optional. + </action> <action issue="LOG4J2-1578" dev="ggregory" type="add"> RoutingAppender can be configured with scripts. Add Script in a Routes element. </action>
