I've stopped seeing my app's SQL level logs. I only see the calls for the controllers.
Haven't changed any configuration.
config.logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
production.rb
Has anyone experience the same with Heroku?