I'm thinking allow initializing the Http adapter with :debug_output => ..., pass :debug_output through to Client which also initializes with that option. If that option is present, Flipper::Adapters::Http::Client#build_http can do something like http.set_debug_output(@debug_output) if @debug_output.
I'm thinking allow initializing the Http adapter with
:debug_output => ..., pass :debug_output through to Client which also initializes with that option. If that option is present,Flipper::Adapters::Http::Client#build_httpcan do something likehttp.set_debug_output(@debug_output) if @debug_output.