You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2017/11/13 15:45:30 UTC

logging-log4j2 git commit: Branding: Use "Apache Tomcat" the first time we mention "Tomcat."

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2d1959b52 -> e6a1fec5e


Branding: Use "Apache Tomcat" the first time we mention "Tomcat."

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

Branch: refs/heads/master
Commit: e6a1fec5e7a25db8cda1ccbf3b20ac0ce28ed816
Parents: 2d1959b
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Nov 13 08:45:26 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Nov 13 08:45:26 2017 -0700

----------------------------------------------------------------------
 log4j-appserver/src/site/markdown/index.md.vm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e6a1fec5/log4j-appserver/src/site/markdown/index.md.vm
----------------------------------------------------------------------
diff --git a/log4j-appserver/src/site/markdown/index.md.vm b/log4j-appserver/src/site/markdown/index.md.vm
index 0643917..8a7ac59 100644
--- a/log4j-appserver/src/site/markdown/index.md.vm
+++ b/log4j-appserver/src/site/markdown/index.md.vm
@@ -26,9 +26,9 @@ $h1 Application Server Integration
 
 The Application Server module provides support for integrating Log4j into various Java Application Servers.
 
-$h2 Tomcat
+$h2 Apache Tomcat
 
-Log4j may be used as the logging framework for Tomcat. This support is implemented automatically by including
+Log4j may be used as the logging framework for Apache Tomcat. This support is implemented automatically by including
 the log4j-api, log4j-core, and log4j-appserver jars in the boot classpath. A file named log4j2-tomcat.xml,
 log4j2-tomcat.json, log4j2-tomcat.yaml, log4j2-tomcat.yml, or log4j2-tomcat.properties must also be placed
 in the boot classpath. This is most easily done by:
@@ -44,3 +44,4 @@ log4j2-tomcat.properties in the log4j2/conf directory.
 $h3 Requirements
 
 Requires Tomcat 8.5 or later.
+