Skip to content

Commit

Permalink
Document DateTimeAttribute's %{time, form
Browse files Browse the repository at this point in the history
Fixes #40614

(cherry picked from commit 9f7e3f7)
  • Loading branch information
trixpan authored and gsmet committed Jun 18, 2024
1 parent 60b7380 commit ec8bab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit ec8bab3

Please sign in to comment.