-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Ibrahim Ghazal opened SPR-14861 and commented
If an @ExceptionHandler annotated method throws an exception, the exception is only logged at the Debug level (see:
Line 385 in 9ccffb6
| if (logger.isDebugEnabled()) { |
Note that spring-web-reactive already logs it at the Error level (see:
Line 241 in 9ccffb6
| if (logger.isErrorEnabled()) { |
Affects: 4.3.3
Issue Links:
- ExceptionHandlerExceptionResolver should not log propagated exceptions at warn level [SPR-14907] #19473 ExceptionHandlerExceptionResolver should not log propagated exceptions at warn level
- Exclude an exception from @ExceptionHandler [SPR-13932] #18504 Exclude an exception from
@ExceptionHandler
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement