Update spring.mvc.log-resolved-exception description

Closes gh-14936
This commit is contained in:
Brian Clozel
2018-10-25 11:04:20 +02:00
parent befec76866
commit 755c4b8b98
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ public class WebMvcProperties {
/**
* Whether to enable warn logging of exceptions resolved by a
* "HandlerExceptionResolver".
* "HandlerExceptionResolver", except for "DefaultHandlerExceptionResolver".
*/
private boolean logResolvedException = false;