Releases: php-http/logger-plugin
Releases · php-http/logger-plugin
1.4.0
1.3.1
1.3.0
- Do not log request when loggin response again, but use UID to identify request
that belongs to response.
If you use a logger that does not loginfo
severity and want the request
logged when an error happened, use a Fingerscrossed log handler to also log
info if any error is logged. - Removed the request and response from the log context. They did not get
printed because they don't implement__toString
. - Supporting the newly introduced message formatter method
formatResponseForRequest
that allows more flexibility in the formatter.
See php-http/message#146
1.2.2
1.2.1
1.2.0
Release 1.1.0
See change log for changes.
Initial release
Plugin separated from the main plugins repo