Skip to content

This is a service that receives logs from Heroku drains and forwards them on to storage or processors

License

Notifications You must be signed in to change notification settings

vonnagy/log-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log-receiver

Build Status

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.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Scala on Heroku, see these Dev Center articles:

About

This is a service that receives logs from Heroku drains and forwards them on to storage or processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages