You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/09/03 16:14:32 UTC

svn commit: r810959 - /tomcat/trunk/webapps/docs/logging.xml

Author: markt
Date: Thu Sep  3 14:14:32 2009
New Revision: 810959

URL: http://svn.apache.org/viewvc?rev=810959&view=rev
Log:
Remove version number reference so I can just copy this to 6 as it is updated

Modified:
    tomcat/trunk/webapps/docs/logging.xml

Modified: tomcat/trunk/webapps/docs/logging.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=810959&r1=810958&r2=810959&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Thu Sep  3 14:14:32 2009
@@ -32,7 +32,7 @@
 
   <section name="Introduction">
     <p>
-      Tomcat 7.0 uses 
+      Tomcat uses 
       <a href="http://commons.apache.org/logging">Commons Logging</a>
       throughout its internal code allowing the 
       developer to choose a logging configuration that suits their needs, e.g
@@ -80,10 +80,9 @@
     assigning them to loggers.
   </p>
   <p>
-    JULI is enabled by default in Tomcat 7.0, and supports per classloader
-    configuration, in addition to the regular global java.util.logging
-    configuration. This means that logging can be configured at the following
-    layers:
+    JULI is enabled by default, and supports per classloader configuration, in
+    addition to the regular global java.util.logging configuration. This means
+    that logging can be configured at the following layers:
     <ul>
       <li>In the JDK's logging.properties file. Check your JAVA_HOME environment
       setting to see which JDK Tomcat is using. The file will be in 
@@ -268,7 +267,7 @@
         
     <p>
       You can (and should) be more picky about which packages to include 
-      in the logging. Tomcat 7 defines loggers by Engine and Host names.
+      in the logging. Tomcat defines loggers by Engine and Host names.
       For example, for a more detailed Catalina localhost log, add this to the
       end of the log4j.properties above. Note that there are known issues with 
       using this naming convention (with square brackets) in log4j XML based



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org