Configure JsonProcessingExceptionMapper to log in Dropwizard Configure JsonProcessingExceptionMapper to log in Dropwizard json json

Configure JsonProcessingExceptionMapper to log in Dropwizard


Found it. I was missing the property detailedJsonProcessingExceptionMapper:

server  registerDefaultExceptionMappers: true  detailedJsonProcessingExceptionMapper: true

Could not find this in the documentation. Could anyone point me to the right place?