Closed
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