Skip to content

Commit

Permalink
more debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed May 13, 2024
1 parent f3bf86e commit 05cf9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/ci/transport/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def payload
return @decompressed_payload if defined?(@decompressed_payload)

if gzipped?(__getobj__.payload)
Datadog.logger.debug("Decompressing gzipped response payload")
@decompressed_payload = Gzip.decompress(__getobj__.payload)
else
__getobj__.payload
Expand Down

0 comments on commit 05cf9d7

Please sign in to comment.