Open sshaw opened 1 year ago
Something like :debug => true or :debug => filehandle which would add the correct Faraday config:
:debug => true
:debug => filehandle
Faraday.new do |c| # Etc... c.response :logger, Logger.new(io), { headers: true, bodies: true } end
Something like
:debug => true
or:debug => filehandle
which would add the correct Faraday config: