Skip to content

Commit

Permalink
chore: revert back to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aryascripts authored Dec 13, 2024
1 parent badda3a commit b861fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/graphql-hive/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def send(path, body, _log_type)
@options[:logger].warn(error_message)
end

@options[:logger].info(response.inspect)
@options[:logger].info(response.body.inspect)
@options[:logger].debug(response.inspect)
@options[:logger].debug(response.body.inspect)
rescue => e
@options[:logger].fatal("Failed to send data: #{e}")
end
Expand Down

0 comments on commit b861fe8

Please sign in to comment.