You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by sijie <gi...@git.apache.org> on 2018/03/02 06:15:12 UTC

[GitHub] logging-log4j2 pull request #158: Introduce an Apache Pulsar log4j appender

GitHub user sijie opened a pull request:

    https://github.com/apache/logging-log4j2/pull/158

    Introduce an Apache Pulsar log4j appender

    *Motivation*
    
    Apache Pulsar is a distributed pub/sub messaging system. We are using Pulsar as the message bus to collect and deliver data. Collecting logging data to a message bus like Pulsar is a very typical analytic pipeline. It would be good that log4j provides an appender to append log events into pulsar
    
    *Changes*
    
    This pull request implements an appender using Apache Pulsar. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sijie/logging-log4j2 pulsar_log4j2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/logging-log4j2/pull/158.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #158
    
----
commit b970eaefc9ee07819d3b56e8cef6e02a142df658
Author: Sijie Guo <si...@...>
Date:   2018-03-02T05:59:35Z

    Introduce an Apache Pulsar log4j appender

----


---