mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-04 00:01:22 -05:00
This patch modifies the debugging-level logging logic slightly so that if it's a `GET` request that includes a query string, we log that string just like we would've for a request body on a `POST` or like. This especially comes in handy when looking when trying to resolve something like a problem with the upcoming invoices endpoint like we saw in #576, but will be useful in a number of situations.