You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that response content is logged only if content type is application/json. Would it be possible to add an option for logging all response content?
The text was updated successfully, but these errors were encountered:
Sure, we could extract the first member of the regex test here into something that can be overridden in Django's settings if you want to put together a PR.
(Probably makes sense to compile that regex at load time instead of rebuilding it on each request too!)
I noticed that response content is logged only if content type is application/json. Would it be possible to add an option for logging all response content?
The text was updated successfully, but these errors were encountered: