[LOG4J2-1558] SocketAppender should support IO buffering. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5c99b6be Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5c99b6be Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5c99b6be
Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext Commit: 5c99b6bed5b41bb00c0a511ea885a01a1f52d0e1 Parents: eeff0c5 Author: ggregory <ggreg...@apache.org> Authored: Sat Sep 3 10:40:38 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Sat Sep 3 10:40:38 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5c99b6be/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 568aff8..994c0e1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -102,6 +102,9 @@ <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal"> CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or " </action> + <action issue="LOG4J2-1558" dev="ggregory" type="add"> + SocketAppender should support IO buffering. + </action> <action issue="LOG4J2-1557" dev="ggregory" type="add"> Add a Builder for the SocketAppender (deprecates factory method). </action>