Author: violetagg
Date: Tue Dec 19 10:33:49 2017
New Revision: 1818647
URL: http://svn.apache.org/viewvc?rev=1818647&view=rev
Log:
Fix typo
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=1818647&r1=1818646&r2=1818647&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Tue Dec 19 10:33:49 2017
@@ -288,7 +288,7 @@ java.util.logging.ConsoleHandler.level=A
<li>The root logger can define its set of handlers using the
<code>.handlers</code> property.</li>
<li> By default the log files will be kept on the file system
- <code>90</code>code> days. This may be changed per handler using the
+ <code>90</code> days. This may be changed per handler using the
<code>handlerName.maxDays</code> property. If the specified value for the
property is <code><=0</code> then the log files will be kept on the
file system forever, otherwise they will be kept the specified maximum
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]