This is an automated email from the ASF dual-hosted git repository. markt 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 89ef4f69cd Include APR logger name in change log 89ef4f69cd is described below commit 89ef4f69cd5ed7a4fd14ad8519a5555c94caeaf8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 16 15:00:33 2023 +0000 Include APR logger name in change log --- webapps/docs/changelog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b1b4f0b15f..18b99c9353 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -157,9 +157,9 @@ <code>useAsyncIO=true</code> (the default for NIO and NIO2). (markt) </fix> <add> - Provided dedicated loggers (<code>org.apache.tomcat.util.net.NioEndpoint.certificate</code> / - <code>org.apache.tomcat.util.net.Nio2Endpoint.certificate</code>) for + <code>org.apache.tomcat.util.net.Nio2Endpoint.certificate</code> / + <code>org.apache.tomcat.util.net.AprEndpoint.certificate</code>) for logging of configured TLS certificates. (markt) </add> </changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org