We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92d93d commit 8943b41Copy full SHA for 8943b41
lib/rack/oauth2.rb
@@ -44,7 +44,7 @@ def self.http_client(agent_name = "Rack::OAuth2 (#{VERSION})", &local_http_confi
44
Faraday.new(headers: {user_agent: agent_name}) do |faraday|
45
faraday.request :url_encoded
46
faraday.request :json
47
- faraday.response :logger, Rack::OAuth2.logger if debugging?
+ faraday.response :logger, Rack::OAuth2.logger, {bodies: true} if debugging?
48
faraday.adapter Faraday.default_adapter
49
local_http_config&.call(faraday)
50
http_config&.call(faraday)
0 commit comments