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 2016/01/12 17:50:26 UTC

[18/50] logging-log4j2 git commit: [LOG4J2-1238] org.apache.logging.log4j.core.net.TcpSocketManager and other classes does not report internal exceptions to the status logger. Better description of the issue.

[LOG4J2-1238] org.apache.logging.log4j.core.net.TcpSocketManager and
other classes does not report internal exceptions to the status logger.
Better description of the issue.

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

Branch: refs/heads/LOG4J-1181
Commit: 673756bdf9d05b0b9af1c8a0680b2cbf7b6c6844
Parents: 2409000
Author: ggregory <gg...@apache.org>
Authored: Wed Dec 30 20:11:16 2015 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Dec 30 20:11:16 2015 -0800

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/673756bd/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dee5215..a6fdd65 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,7 +32,7 @@
         JSONLayout doesn't add a comma between log events.
       </action>
       <action issue="LOG4J2-1238" dev="ggregory" type="fix">
-        org.apache.logging.log4j.core.net.TcpSocketManager does not display stack traces.
+        org.apache.logging.log4j.core.net.TcpSocketManager and other classes does not report internal exceptions to the status logger.
       </action>
       <action issue="LOG4J2-1212" dev="rpopma" type="fix">
         Fix documentation to correctly specify the blocking wait strategy as the default for async loggers.