spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.14k stars 40.68k forks source link

Investigate access log to logging system #15042

Open philwebb opened 6 years ago

philwebb commented 6 years ago

Currently access logs are only to files. This might not make sense in a cloud environment so we should look to see if we can send them to commons logging.

See https://stackoverflow.com/questions/18056682/tomcat-access-logging-through-log4j

philwebb commented 6 years ago

See #14948