I am working on a project and using Spring Boot 1.3.5.RELEASE.
I have enabled Tomcat Access Log and disabled rotation as per tomcat documentation but access logs still have date as suffix and are rotating. If there a way to disable tomcat access log rotation?
server :
port : 80
tomcat :
accesslog :
enabled : true
pattern : common
directory : /logs/
prefix : access
suffix : .log
rotatable : false