Repository: logging-log4j2 Updated Branches: refs/heads/master e7bbd27fc -> 9d4911bad
Update changes.xml with LOG4J-1549 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9d4911ba Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9d4911ba Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9d4911ba Branch: refs/heads/master Commit: 9d4911bad231430780b29d0ce52452443d39bc0a Parents: e7bbd27 Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Mon Sep 5 15:31:05 2016 +0200 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Mon Sep 5 15:31:05 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9d4911ba/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3e60cc0..535e1ba 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.7" date="2016-MM-DD" description="GA Release 2.7"> + <action issue="LOG4J2-1549" dev="mikes" type="fix" due-to="Jason Bedard"> + AsyncLoggerContextSelector+PropertiesConfigurationBuilder defaults to includeLocation=true. + </action> <action issue="LOG4J2-1562" dev="ggregory" type="fix"> SocketAppender memory usage grows unbounded if it cannot connect to a server. </action>