From: kkolinko Date: Tue, 16 Nov 2010 00:19:36 +0000 (+0000) Subject: Move block outside of
    list to avoid indent, and thus reduce horizontal... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2aab12dc34e1076340a2b1ecc3f2b9e5429d9dae;p=tomcat7.0 Move block outside of
      list to avoid indent, and thus reduce horizontal scrolling. Do not nest lists into

      . git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1035502 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index c6f0dac78..ca2f599ff 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -230,11 +230,11 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter named tomcat.log.

      -

      -

        +
        1. Create a file called log4j.properties with the following content - and save it into $CATALINA_HOME/lib. - + and save it into $CATALINA_HOME/lib.
        2. +
        + log4j.rootLogger=INFO, CATALINA # Define all the appenders @@ -275,9 +275,8 @@ log4j.appender.CONSOLE.conversionPattern = %d [%t] %-5p %c- %m%n
        log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost]=INFO, LOCALHOST
        log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager]=INFO, MANAGER
        log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager]=INFO, HOST-MANAGER
        - - - + +
        1. Download Log4J (v1.2 or later) and place the log4j jar in $CATALINA_HOME/lib.
        2. @@ -294,8 +293,7 @@ log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/hos
        3. Delete $CATALINA_BASE/conf/logging.properties to prevent java.util.logging generating zero length log files.
        4. Start Tomcat
        5. -
        -

        +

      This log4j configuration mirrors the default java.util.logging setup