mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Previously, if an exception was resolved by a `HandlerExceptionResolver` nothing the log indicated a failure to process the query. This commit adds a new property `spring.mvc.log-resolved-exception` that enables warning logs for supported `HandlerExceptionResolver` instances. When Devtools is enabled, this flag is enabled by default. Closes gh-2176