- Issue created by @james.williams
- 🇬🇧United Kingdom james.williams
P.S. As I'm a keen user of your module, and have given various contributions in the past already, I'd be happy to help co-maintain this module if you would like that?
- 🇨🇳China zterry95
Hi James,
Thanks for your contribution, you have already became the maintainer of http_client_logs.
So I think you can directly fixed the problem:)Cheers!!
- 🇬🇧United Kingdom james.williams
Oh, thank you! Do you have any particular plans or ways of working on this module that would be worth discussing so that we can align well?
- 🇨🇳China zterry95
Currently I have no further plan on this module.
This module initially design to log the external rest API request make by Drupal::httpClient() and till now it works well.Why it logs only HTML, JSON or XML?
Because if there is no such limit, the request to external image or pdf may cause other problem.If you had time to complete the more exception handling in \Drupal\http_client_log\Logger\Logger::log(), please go ahead,that's will be great.
- Merge request !8Issue #3485384: Allow logging other response types & without responses. → (Open) created by james.williams
- 🇬🇧United Kingdom james.williams
Thanks very much! I've opened MR !8 to introduce configuration for allowing logging when there is no response (defaulting to not), and filtering by response content type (defaulting to XML, JSON and HTML as currently). No doubt this could do with some more testing and a second pair of eyes.
By the way, would you be up for switching the default branch of the repo to 1.1.x instead of 1.0.x?