GitHub user kmeurer opened a pull request:
https://github.com/apache/logging-log4j2/pull/206
[LOG4J2-2400] Initial implementation of RedisAppender. (#1)
This PR implements a dedicated RedisAppender in log4j2. More details can be
found in the log4j2 ticket here:
https://issues.apache.org/jira/projects/LOG4J2/issues/LOG4J2-2400?filter=allopenissues
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kmeurer/logging-log4j2 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/206.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 #206
----
commit 93580513440963de03fb7322656ea129996fbd9c
Author: Kevin Meurer <kevin.a.meurer@...>
Date: 2018-08-08T20:03:07Z
[LOG4J2-2400] Initial implementation of RedisAppender. (#1)
* Initial implementation of Redis appender.
* Add unit test support for Redis Appender.
* Clean up implementation.
* Add site documentation and clean up imports.
commit cc409e205bcb612c6f5efe0ee81e91450006176e
Author: kmeurer <kmeurer@...>
Date: 2018-08-08T20:06:01Z
Merge branch 'master' of https://github.com/kmeurer/logging-log4j2
----
---