From ec8bab3befbc1cbc5725c6fcdd8e5feac3373e27 Mon Sep 17 00:00:00 2001 From: Andre F de Miranda Date: Mon, 17 Jun 2024 21:34:53 +1000 Subject: [PATCH] Document DateTimeAttribute's `%{time, ` form Fixes #40614 (cherry picked from commit 9f7e3f74722c82e68ebcfdd97451fdabb3cbec70) --- docs/src/main/asciidoc/http-reference.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/http-reference.adoc b/docs/src/main/asciidoc/http-reference.adoc index 396f2e571acda..b7f9786b4db77 100644 --- a/docs/src/main/asciidoc/http-reference.adoc +++ b/docs/src/main/asciidoc/http-reference.adoc @@ -421,6 +421,7 @@ include::{generated-dir}/config/quarkus-vertx-http-config-group-access-log-confi |First line of the request | `%r` | `%{REQUEST_LINE}` |HTTP status code of the response | `%s` | `%{RESPONSE_CODE}` |Date and time, in Common Log Format format | `%t` | `%{DATE_TIME}` +|Date and time as defined by a DateTimeFormatter compliant string | | `%{time,date_fime_formatter_string}` |Remote user that was authenticated | `%u` | `%{REMOTE_USER}` |Requested URL path | `%U` | `%{REQUEST_URL}` |Request relative path | `%R` | `%{REQUEST_PATH}`