Repository: logging-log4j2 Updated Branches: refs/heads/master 9ed183774 -> af12af4ca
Fix site issues. 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/af12af4c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/af12af4c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/af12af4c Branch: refs/heads/master Commit: af12af4ca0162e595102afee3c022850e5fb3a7a Parents: 9ed1837 Author: Ralph Goers <rgo...@apache.org> Authored: Sat Mar 17 19:43:19 2018 -0700 Committer: Ralph Goers <rgo...@apache.org> Committed: Sat Mar 17 19:43:19 2018 -0700 ---------------------------------------------------------------------- src/site/markdown/articles.md | 8 ++++++++ src/site/site.xml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/af12af4c/src/site/markdown/articles.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/articles.md b/src/site/markdown/articles.md index fb04a03..cd70431 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 12th, 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) http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/af12af4c/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index b30d201..66841fa 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <body> <links> - <item name="Logging Wiki" href="https://wiki.apache.org/logging"/> + <item name="Logging Wiki" href="https://cwiki.apache.org/confluence/display/LOGGING/Log4j"/> <item name="Apache" href="https://www.apache.org/"/> <item name="Logging Services" href="https://logging.apache.org/"/> <item name="Sonar" href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j"/> @@ -285,7 +285,8 @@ <item name="Log4j Web Application Support" href="log4j-web/index.html"/> <item name="Log4j Application Server Integration" href="log4j-appserver/index.html"/> <item name="Log4j CouchDB appender" href="log4j-couchdb/index.html"/> - <item name="Log4j MongoDB appender" href="log4j-mongodb/index.html"/> + <item name="Log4j MongoDB2 appender" href="log4j-mongodb2/index.html"/> + <item name="Log4j MongoDB3 appender" href="log4j-mongodb3/index.html"/> <item name="Log4j Cassandra appender" href="log4j-cassandra/index.html"/> <item name="Log4j IO Streams" href="log4j-iostreams/index.html"/> <item name="Log4j Liquibase Binding" href="log4j-liquibase/index.html"/> @@ -306,7 +307,6 @@ <menu name="Project Reports" img="icon-cog"> <item name="Changes Report" href="/changes-report.html" /> <item name="JIRA Report" href="/jira-report.html" /> - <item name="Surefire Report" href="/surefire-report.html" /> <item name="RAT Report" href="/rat-report.html" /> </menu> </body>