Open ShakeM opened 5 years ago
I would like to see this alongside with a similar approach for JsonApiExceptions, since I can't find a way to log them. Would it be a good idea to make some sort of special parameter (maybe a configuration one, but different from DEBUG) in order to let the developers to raise or not to raise JsonApiExceptions? I mean, we could search for something like JSONAPI_EXCEPTIONS_RAISE with a default value of False, or some similar approach If I can help in anyway, please let me know. Nice work!
I am trying to record all 500 response in my production environment. Is there a way to record all of them without DEBUG = True ?