Author: kkolinko
Date: Tue Nov 16 00:19:36 2010
New Revision: 1035502
URL: http://svn.apache.org/viewvc?rev=1035502&view=rev
Log:
Move <source> block outside of <ol> list to avoid indent, and thus reduce
horizontal scrolling.
Do not nest lists into <p>.
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=1035502&r1=1035501&r2=1035502&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Tue Nov 16 00:19:36 2010
@@ -230,11 +230,11 @@ java.util.logging.ConsoleHandler.formatt
named tomcat.log.
</p>
- <p>
- <ol>
+ <ol>
<li>Create a file called log4j.properties with the following content
- and save it into $CATALINA_HOME/lib.
- <source>
+ and save it into $CATALINA_HOME/lib.</li>
+ </ol>
+ <source>
log4j.rootLogger=INFO, CATALINA
# Define all the appenders
@@ -275,9 +275,8 @@ log4j.appender.CONSOLE.conversionPattern
log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost]=INFO,
LOCALHOST<br />
log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager]=INFO,
MANAGER<br />
log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager]=INFO,
HOST-MANAGER<br />
- </source>
- </li>
-
+</source>
+ <ol start="2">
<li><a href="http://logging.apache.org/log4j">Download Log4J</a>
(v1.2 or later) and place the log4j jar in $CATALINA_HOME/lib.</li>
@@ -294,8 +293,7 @@ log4j.logger.org.apache.catalina.core.Co
<li>Delete <code>$CATALINA_BASE/conf/logging.properties</code> to
prevent java.util.logging generating zero length log files.</li>
<li>Start Tomcat</li>
- </ol>
- </p>
+ </ol>
<p>
This log4j configuration mirrors the default java.util.logging setup
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]