How do I configure grails 3 which uses logback as the default logging framework to log HTTP
requests of the embedded tomcat just like the tomcat application server does in creating a log-access log file?
I know I have to use the logback access module, but it is stated that it works with deployment containers such as tomcat and jetty