This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 932a2364b5 Fix Javadoc to reflect the change in default formatter
932a2364b5 is described below
commit 932a2364b563df11afb76df8a045e635bac8325e
Author: zsrv <[email protected]>
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 43114597a5..30a47a84a4 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><=0</code> then the log files
* will be kept on the file system forever, otherwise they will be kept the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]