Add server.tomcat.access_valve_enabled flag
Also introduced new strategy for customizing Tomcat Context (TomcatContextCustomizer) - any that are added to the factory will be applied before any other customizations in postProcessContext() [Fixes #54670052] [bs-275] Make Tomcat access valve logs more accessible
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# Allow Thymeleaf templates to be reloaded at dev time
|
||||
spring.template.cache: false
|
||||
spring.template.cache: false
|
||||
server.tomcat.access_log_enabled: true
|
||||
server.tomcat.basedir: target/tomcat
|
||||
Reference in New Issue
Block a user