Repository: logging-log4j2 Updated Branches: refs/heads/master 3780d00c0 -> 3b2738f83
Add an article on Logj4 2 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3b2738f8 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3b2738f8 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3b2738f8 Branch: refs/heads/master Commit: 3b2738f832f4ed74d26bd66bb48d72f81b894d83 Parents: 3780d00 Author: Ralph Goers <[email protected]> Authored: Sun Jun 14 18:33:22 2015 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jun 14 18:33:22 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/articles.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3b2738f8/src/site/xdoc/articles.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/articles.xml b/src/site/xdoc/articles.xml index fef15e2..425470f 100644 --- a/src/site/xdoc/articles.xml +++ b/src/site/xdoc/articles.xml @@ -31,6 +31,10 @@ <subsection name="English"> <ul> <li> + <a href="https://www.innoq.com/en/blog/per-request-debugging-with-log4j2/">Per request debugging with Log4j 2 filters</a> + (May 8, 2015) + </li> + <li> <a href="http://www.journaldev.com/7128/apache-log4j-2-tutorial-configuration-levels-appenders-lookup-layouts-and-filters-example">Apache Log4j 2 Tutorial â Configuration, Levels, Appenders, Lookup, Layouts and Filters Example</a>
