This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 18850add22 logging doc - fix package for OneLineFormatter 18850add22 is described below commit 18850add22184338876399c1215f3242384603c0 Author: dgriffith-lx <38105311+dgriffith...@users.noreply.github.com> 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 32b5650843..d3489c9bf0 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org