You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/01/25 09:51:22 UTC

[2/2] logging-log4j2 git commit: LOG4J2-1800 Report errors when sending to Kafka when using syncSend=false

LOG4J2-1800 Report errors when sending to Kafka when using syncSend=false


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b87f7121
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b87f7121
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b87f7121

Branch: refs/heads/master
Commit: b87f7121833317bf5ea27efc7503760650cb5cb3
Parents: b10869c
Author: Mikael St�ldal <mi...@magine.com>
Authored: Wed Jan 25 10:51:13 2017 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Wed Jan 25 10:51:13 2017 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b87f7121/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 83392e4..0659f7b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.8.1" date="2017-MM-DD" description="GA Release 2.8.1">
+      <action issue="LOG4J2-1800" dev="mikes" type="fix" due-to="Vincent Tieleman">
+        Report errors when sending to Kafka when using syncSend=false.
+      </action>
     </release>
     <release version="2.8" date="2017-01-21" description="GA Release 2.8">
       <action issue="LOG4J2-1780" dev="mikes" type="fix">