mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:49:14 +00:00
Add `directory`, `prefix` and `suffix` properties to further customize how access logs are configured on Tomcat. Relocate all properties to the `server.tomcat.accesslog` namespace. `server.tomcat.accessLogPattern` and `server.tomcat.accessLogEnabled` are deprecated and replaced by `server.tomcat.accesslog.pattern` and `server.tomcat.accesslog.enabled` respectively. Closes gh-2491