There is a bug in webv where it doesn't display the errors if there are > 3 validation errors on a request.
We limit the errors for usability, but, I'm thinking we might want a param for cases like this where you want to see all of the errors.
we should add a command line arg (--log-error-details) and default to false - if set to true, log the error details. This will require updating the tab delimited log as well as the json log
There is a bug in webv where it doesn't display the errors if there are > 3 validation errors on a request.
We limit the errors for usability, but, I'm thinking we might want a param for cases like this where you want to see all of the errors.
we should add a command line arg (--log-error-details) and default to false - if set to true, log the error details. This will require updating the tab delimited log as well as the json log