I'm trying to setup http access log similar to standard tomcat access log. Is there any easy way to setup via application.properties.
Here us the snippet form documentation
=== Configuring HTTP Access Logs
You can add HTTP request logging by configuring it in `application.properties`. There are two options for logging,
either logging to the standard JBoss logging output, or logging to a dedicated file.
include: quarkus-vertx-http-config-group-access-log-config.adoc
But the file quarkus-vertx-http-config-group-access-log-config.adoc seems to be missing.