markhobson/spring-rest-template-logger

Only log text request/response bodies

Opened this issue · 0 comments

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>.