Closed noteflakes closed 2 years ago
Hi, is there any way of passing a logger to Acme::Client or some other facility for logging the HTTP traffic?
Acme::Client
Using connection_options you can pass option to Faraday but I don't think you can log the entire body of the response.
connection_options
You could always monkey patch #new_connection to inject a custom middleware logger.
#new_connection
Hi, is there any way of passing a logger to
Acme::Client
or some other facility for logging the HTTP traffic?