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

commit cbc2b3500fc4051d6a94530c50d451cf0c79e54d
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Thu Apr 18 09:38:23 2024 -0400

    Clarify that time-taken is now in seconds and not fractional-seconds.
---
 webapps/docs/config/valve.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index ce63a66764..9e5fb8d20d 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -465,7 +465,7 @@
     <li><b>s-ip</b> - Local IP address</li>
     <li><b>sc-status</b> - HTTP status code of the response</li>
     <li><b>time</b> - Time the request was served in HH:mm:ss format for 
GMT</li>
-    <li><b>time-taken</b> - Time (in seconds as floating point) taken to serve 
the request</li>
+    <li><b>time-taken</b> - Time (in seconds) taken to serve the request</li>
     <li><b>x-threadname</b> - Current request thread name (can compare later 
with stacktraces)</li>
     </ul>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to