This is an automated email from the ASF dual-hosted git repository.
schultz 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 258261ce55 logging doc - fix package for OneLineFormatter
258261ce55 is described below
commit 258261ce5528b72e35d259712be48cbf0d8a8260
Author: dgriffith-lx <[email protected]>
AuthorDate: Thu Jul 10 10:01:56 2025 -0400
logging doc - fix package for OneLineFormatter
---
webapps/docs/logging.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index b7b8c0d9a5..e258781203 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -354,7 +354,7 @@ java.util.logging.ConsoleHandler.level=ALL</source>
3manager.org.apache.juli.AsyncFileHandler.encoding = UTF-8
java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.ConsoleHandler.formatter = java.util.logging.OneLineFormatter
+java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter
java.util.logging.ConsoleHandler.encoding = UTF-8
############################################################
@@ -391,7 +391,7 @@ org.apache.juli.AsyncFileHandler.prefix =
${classloader.webappName}.
org.apache.juli.AsyncFileHandler.encoding = UTF-8
java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.ConsoleHandler.formatter = java.util.logging.OneLineFormatter
+java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter
java.util.logging.ConsoleHandler.encoding = UTF-8]]></source>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]