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

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


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

commit 8ab415b699ddbce6e32a5bc7b28e7024770c5ec0
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 ca24704fc2..eb807c8c82 100644
--- a/java/org/apache/juli/FileHandler.java
+++ b/java/org/apache/juli/FileHandler.java
@@ -84,7 +84,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