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
For example, I have the need to log the full request including the headers and body, but only the response headers. The current options don't seem to allow this.
The text was updated successfully, but these errors were encountered:
Ah, I didn't see that! Yes, that will work as a short-term solution. I do want to add other clients in the future, possibly with different log formats, so having a config option to customize the format per-client would be nice. But this should work for now.
It would be great if this bundle allowed custom log formats using Guzzle's
MessageFormatter
class.For example, I have the need to log the full request including the headers and body, but only the response headers. The current options don't seem to allow this.
The text was updated successfully, but these errors were encountered: