We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%{time,
1 parent 60b7380 commit ec8bab3Copy full SHA for ec8bab3
docs/src/main/asciidoc/http-reference.adoc
@@ -421,6 +421,7 @@ include::{generated-dir}/config/quarkus-vertx-http-config-group-access-log-confi
421
|First line of the request | `%r` | `%{REQUEST_LINE}`
422
|HTTP status code of the response | `%s` | `%{RESPONSE_CODE}`
423
|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}`
425
|Remote user that was authenticated | `%u` | `%{REMOTE_USER}`
426
|Requested URL path | `%U` | `%{REQUEST_URL}`
427
|Request relative path | `%R` | `%{REQUEST_PATH}`
0 commit comments