Makes handling for binary body similar to what CurlCommandFormatter does. I was initially playing with idea to use bin2hex, but then I realized people who actually want binary bodies logged will be minority, for majority this is something they are logging unintended by oversight.
Checklist
[x] Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
[ ] Documentation pull request created (if not simply a bugfix)
What's in this PR?
Makes handling for binary body similar to what CurlCommandFormatter does. I was initially playing with idea to use bin2hex, but then I realized people who actually want binary bodies logged will be minority, for majority this is something they are logging unintended by oversight.
Checklist