This is an automated email from the ASF dual-hosted git repository.

lihan pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 8c45a4533e Fix Javadoc to reflect the change in default formatter
8c45a4533e is described below

commit 8c45a4533ec2bb1d14b4f9785f316d9a264c351d
Author: zsrv <95176387+z...@users.noreply.github.com>
AuthorDate: Sat Nov 5 16:01:00 2022 -0400

    Fix Javadoc to reflect the change in default formatter
---
 java/org/apache/juli/FileHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/juli/FileHandler.java 
b/java/org/apache/juli/FileHandler.java
index ef5543af71..d93b2f74d8 100644
--- a/java/org/apache/juli/FileHandler.java
+++ b/java/org/apache/juli/FileHandler.java
@@ -85,7 +85,7 @@ import java.util.regex.Pattern;
  *    implementation class name for this Handler. Default value: unset</li>
  *   <li><code>formatter</code> - The <code>java.util.logging.Formatter</code>
  *    implementation class name for this Handler. Default value:
- *    <code>java.util.logging.SimpleFormatter</code></li>
+ *    <code>org.apache.juli.OneLineFormatter</code></li>
  *   <li><code>maxDays</code> - The maximum number of days to keep the log
  *    files. If the specified value is <code>&lt;=0</code> then the log files
  *    will be kept on the file system forever, otherwise they will be kept the


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

Reply via email to