If you’re hacking on the Heroku API, you’ll probably like to trim these generally useless messages from your logs:
[RequestLogger] GET api.heroku.com:443
Fix
Run this bit of code before your calls to the API. I put this in a constructor of a class called from my rake task:
HttpLog.configure do |config|
config.enabled = false
end
Details
This message is coming from: