You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/09/03 17:41:04 UTC

[10/10] logging-log4j2 git commit: [LOG4J2-1558] SocketAppender should support IO buffering.

[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/master
Commit: 5c99b6bed5b41bb00c0a511ea885a01a1f52d0e1
Parents: eeff0c5
Author: ggregory <gg...@apache.org>
Authored: Sat Sep 3 10:40:38 2016 -0700
Committer: ggregory <gg...@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>