You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/03/18 02:46:32 UTC

logging-log4j2 git commit: Add articles

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x a53a631a4 -> eb28cd710


Add articles


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

Branch: refs/heads/release-2.x
Commit: eb28cd710a759e128f98ae782881c6656e495579
Parents: a53a631
Author: Ralph Goers <rg...@apache.org>
Authored: Sat Mar 17 19:46:27 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sat Mar 17 19:46:27 2018 -0700

----------------------------------------------------------------------
 src/site/markdown/articles.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eb28cd71/src/site/markdown/articles.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/articles.md b/src/site/markdown/articles.md
index fb04a03..071bba2 100644
--- a/src/site/markdown/articles.md
+++ b/src/site/markdown/articles.md
@@ -44,6 +44,14 @@ guide for up-to-date and detailed information on how to configure and use Log4j
 
 ## English
 
+* [Tales from the Field: Migrating from Log4J to Log4J2](https://www.javacodegeeks.com/2018/03/tales-from-the-field-migrating-from-log4j-to-log4j2.html)
+(March 12, 2018)
+* [Log4J2 and Java configuration with properties file](https://www.youtube.com/watch?v=sdOiA1Xql0o)
+(February 18, 2018)
+* [Apache Log4j 2 Configuration| Log4j2 with JDK 9.0](https://www.youtube.com/watch?v=BbcSNOtEGWs)
+(January 8, 2018)
+* [Spring Boot - log4j 2 configuration example](https://www.youtube.com/watch?v=KKO5wGi_vEc)
+(December 30,2017)
 * [Log4j 2 Best Practices example](https://examples.javacodegeeks.com/enterprise-java/log4j/log4j-2-best-practices-example/)
 (November 14, 2017)
 * [Intro to Log4j2 - Appenders, Layouts and Filters](http://www.baeldung.com/log4j2-appenders-layouts-filters)