gem 'remote_syslog_logger'
$ heroku config:add REMOTE_SYSLOG_URI=syslog://host.name.com:port
If you don't have a syslog target, get one for free from Papertrail.
On your next deploy you will be logging to that syslog host. Logs will
use the hostname format: {APP_NAME}-{DYNO_NAME}
.