laravel5-jsonapi
laravel5-jsonapi copied to clipboard
Ability to log deep errors
There are some errors that raise in classes under \NilPortugues\Api\JsonApi\Server\Actions\ namespace get method on the catch block. This errors sometimes gives only "Bad Request, Request could not be served." error on the final output. This is fine, because user don't have to see the deeper errors in the system.
But could you give a chance to log this errors? Because this is important to detect the precise problem.
Thanks for the reply, Cheers