Only log text request/response bodies
Opened this issue · 0 comments
markhobson commented
We currently log all media types but we should restrict this to text-based ones:
text/*
application/xml
application/json
*/*+xml
*/*+json
Non-text based media types should be logged as <binary>
.