How to enable access logs in an embedded tomcat server provided by spring boot? I\'ve tried this in application.properties but
application.properties
Try
server.tomcat.accessLogEnabled=true server.tomcat.accessLogPattern=%a asdasd
and look in /tmp/tomcat../logs for the output files. Set server.tomcat.basedir property to change the directory.
/tmp/tomcat../logs
server.tomcat.basedir