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/03/17 15:19:25 UTC

[2/3] logging-log4j2 git commit: Remove mentioning of SocketServer from appender manual

Remove mentioning of SocketServer from appender manual


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

Branch: refs/heads/LOG4J2-1851
Commit: 179ad05e956c64f231b0f218e5db4f0a2299e2ac
Parents: f822bd8
Author: Mikael St�ldal <mi...@magine.com>
Authored: Fri Mar 17 16:13:36 2017 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Fri Mar 17 16:13:36 2017 +0100

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/179ad05e/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index bd60dfc..c306b39 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -3999,9 +3999,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
           <p>
             The <code>SocketAppender</code> is an OutputStreamAppender that writes its output to a remote destination
             specified by a host and port. The data can be sent over either TCP or UDP and can be sent in any format.
-            The default format is to send a Serialized LogEvent. Log4j 2 contains a SocketServer which is capable
-            of receiving serialized LogEvents and routing them through the logging system on the server. You can optionally
-            secure communication with SSL.
+            The default format is to send a Serialized LogEvent. You can optionally secure communication with SSL.
           </p>
           <table>
             <caption align="top"><code>SocketAppender</code> Parameters</caption>