Skip to content

Commit ec8bab3

Browse files
trixpangsmet
authored andcommitted
Document DateTimeAttribute's %{time, form
Fixes #40614 (cherry picked from commit 9f7e3f7)
1 parent 60b7380 commit ec8bab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/main/asciidoc/http-reference.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ include::{generated-dir}/config/quarkus-vertx-http-config-group-access-log-confi
421421
|First line of the request | `%r` | `%{REQUEST_LINE}`
422422
|HTTP status code of the response | `%s` | `%{RESPONSE_CODE}`
423423
|Date and time, in Common Log Format format | `%t` | `%{DATE_TIME}`
424+
|Date and time as defined by a DateTimeFormatter compliant string | | `%{time,date_fime_formatter_string}`
424425
|Remote user that was authenticated | `%u` | `%{REMOTE_USER}`
425426
|Requested URL path | `%U` | `%{REQUEST_URL}`
426427
|Request relative path | `%R` | `%{REQUEST_PATH}`

0 commit comments

Comments
 (0)