Spring Boot (2.7) webapp on Tomcat 9, no logging from any Controller exception or slf4 Logger statement
I am deploying a spring boot (2.7) war to tomcat (9.0.47) the logging work ok, except if it is from a controller method, from controller methods no 404, 500 or LOGGER.warn statement are logged at all, neither template not found or thymeleaf compilation errors are logged, making it very difficult to debug the app. How do i fix the LOGGING.