This is a service that receives logs from Heroku drains and forwards them on to storage or processors. It is written in Scala, which can easily be deployed to Heroku.
This application support the Getting Started with Scala on Heroku article - check it out.
Make sure you have Scala and sbt installed. Also, install the Heroku Toolbelt.
$ git clone https://github.com/heroku/log-receiver.git
$ cd log-receiver
$ sbt compile stage
$ foreman start web
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
For more information about using Scala on Heroku, see these Dev Center articles: