You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/09/02 00:39:06 UTC

[Apache Geronimo Wiki] Updated: Logging

   Date: 2004-09-01T15:39:05
   Editor: JacekLaskowski <jl...@apache.org>
   Wiki: Apache Geronimo Wiki
   Page: Logging
   URL: http://wiki.apache.org/geronimo/Logging

   Typos correction

Change Log:

------------------------------------------------------------------------------
@@ -2,7 +2,7 @@
 
 Geronimo logging is controlled by the GBeans declared in the system-plan.xml file.  Unfortunately, the current admin console does not allow us to change configuration attributes, so I have temporarily added support for a log4j.xml configuration file.  If you wish to modify our default logging configuration, simply place a log4j.xml file in the var/log directory of your geronimo build.  Documentation on log4j and the log4j.xml file can be found [http://logging.apache.org/log4j/docs/documentation.html here].
 
-The following is a the equivlent of our default logging configuration in xml format:
+The following is a the equivalent of our default logging configuration in xml format:
     {{{
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
@@ -20,8 +20,8 @@
     <appender name="DailyRollingFileAppender" class="org.apache.log4j.DailyRollingFileAppender">
         <param name="Threshold" value="DEBUG"/>
         <param name="Append" value="true"/>
-        <!-- NOTE: this file is relative to the directioy from which Geronimo -->
-        <!-- was started, which is not necessairly the Geronimo home directory -->
+        <!-- NOTE: this file is relative to the directory from which Geronimo -->
+        <!-- was started, which is not necessarily the Geronimo home directory -->
         <param name="File" value="yourLogFile.log"/>
         <layout class="org.apache.log4j.PatternLayout">
             <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>