-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Closed
Copy link
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
Flávio Viveiros de Castro Etrusco opened SPR-12925 and commented
If an exception occurs in argumentResolvers.resolveArgument() (e.g. a binding error in jackson) nothing is logged unless log level for org.springframework.web.method.HandlerMethod is TRACE. On TRACE log level every request is logged, however. It would be nice if InvocableHandlerMethod.getMethodArgumentValues() would log parameter info on DEBUG level.
Affects: 4.1.5
Issue Links:
- InvocableHandlerMethod.getMethodArgumentValues() failure should lead to warn-level logging by default [SPR-13267] #17858 InvocableHandlerMethod.getMethodArgumentValues() failure should lead to warn-level logging by default
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