resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Print the complete exception stack when captured by the LoggingHandler #226

Closed jripault closed 10 years ago

jripault commented 10 years ago

When an exception is thrown (by an Assert.notNull() for instance), the LoggingHandlerExceptionResolver catches it and only logs the message of the exception. So one loses the exception location. I just replace the argument to log the complete stack