Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x c88723829 -> a53a631a4
Fix site issues Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a53a631a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a53a631a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a53a631a Branch: refs/heads/release-2.x Commit: a53a631a495d354847d0d1d8dcd8be57678fcebd Parents: c887238 Author: rgoers <ralph.go...@dslextreme.com> Authored: Sat Mar 17 19:45:45 2018 -0700 Committer: rgoers <ralph.go...@dslextreme.com> Committed: Sat Mar 17 19:45:45 2018 -0700 ---------------------------------------------------------------------- src/site/markdown/index.md.vm | 2 +- src/site/site.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a53a631a/src/site/markdown/index.md.vm ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index ad28be4..b27fa87 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -92,7 +92,7 @@ $h3 Garbage-free During steady state logging, Log4j 2 is [garbage-free](manual/garbagefree.html) in stand-alone applications, and low garbage in web applications. This reduces pressure on the garbage collector and can give better response time performance. -#h3 Integrating with Application Servers +$h3 Integrating with Application Servers Version 2.10.0 introduces a the module log4j-appserver to improve integration with Apache Tomcat and Eclipse Jetty. http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a53a631a/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 41d834c..baacec5 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"/> @@ -305,7 +306,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>