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/05/31 08:21:30 UTC

[1/3] logging-log4j2 git commit: Note about Kafka client library version

Repository: logging-log4j2
Updated Branches:
  refs/heads/LOG4J2-1395 a9bff15bb -> 05559782b


Note about Kafka client library version


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

Branch: refs/heads/LOG4J2-1395
Commit: 2c4bdbb4fe76a2ffb769a4f45b2814e5df7bd773
Parents: 4471c51
Author: Mikael St�ldal <mi...@magine.com>
Authored: Tue May 31 10:15:25 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Tue May 31 10:15:25 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml     | 3 ++-
 src/site/xdoc/runtime-dependencies.xml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2c4bdbb4/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index ac562c5..f54b409 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1316,7 +1316,8 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
             <a href="http://logging.apache.org/log4j/2.x/manual/appenders.html#AsyncAppender">Async appender</a> to log asynchronously.
           </p>
           <p>
-            This appender requires the <a href="http://kafka.apache.org/">Kafka client library</a>.
+            This appender requires the <a href="http://kafka.apache.org/">Kafka client library</a>. Note that you need to use a version of
+            the Kafka client library matching the Kafka server used.
           </p>
           <p>
             <em>Note:</em>Make sure to not let <code>org.apache.kafka</code> log to a Kafka appender on DEBUG level,

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2c4bdbb4/src/site/xdoc/runtime-dependencies.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml
index c92114b..7076c6f 100644
--- a/src/site/xdoc/runtime-dependencies.xml
+++ b/src/site/xdoc/runtime-dependencies.xml
@@ -91,7 +91,8 @@
         </tr>
         <tr>
           <td>Kafka Appender</td>
-          <td><a href="http://kafka.apache.org/">Kafka client library</a></td>
+          <td><a href="http://kafka.apache.org/">Kafka client library</a>. Note that you need to use a version of
+          the Kafka client library matching the Kafka server used.</td>
         </tr>
         <tr>
           <td>SMTP Appender</td>


[3/3] logging-log4j2 git commit: Update docs

Posted by mi...@apache.org.
Update docs


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

Branch: refs/heads/LOG4J2-1395
Commit: 05559782b7bcdc29cd1caf6917a4ea8ec8770965
Parents: 7640047
Author: Mikael St�ldal <mi...@magine.com>
Authored: Tue May 31 10:18:33 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Tue May 31 10:18:33 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/05559782/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index d5a0c20..e99bcc3 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -194,7 +194,7 @@
               <td>direct</td>
               <td>boolean</td>
               <td>Write directly to <code>java.io.FileDescriptor</code> and bypass <code>java.lang.System.out/.err</code>.
-                Can give up to 5x performance boost. Cannot be used with <code>follow</code>.</td>
+                Can give up to 10x performance boost. Cannot be used with <code>follow</code>.</td>
             </tr>
             <tr>
               <td>name</td>


[2/3] logging-log4j2 git commit: Merge branch 'master' into LOG4J2-1395

Posted by mi...@apache.org.
Merge branch 'master' into LOG4J2-1395


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

Branch: refs/heads/LOG4J2-1395
Commit: 76400477aae680862e3001107d06faf1fe3e244f
Parents: a9bff15 2c4bdbb
Author: Mikael St�ldal <mi...@magine.com>
Authored: Tue May 31 10:18:03 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Tue May 31 10:18:03 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml     | 3 ++-
 src/site/xdoc/runtime-dependencies.xml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/76400477/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------