Skip to content

Instantly share code, notes, and snippets.

@rujmah
Created May 25, 2012 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rujmah/2788302 to your computer and use it in GitHub Desktop.
Save rujmah/2788302 to your computer and use it in GitHub Desktop.
Setup Papertrailapp to view Heroku app logs
  • login to paperapptrail.com and create a new system
  • make a note of the port number - e.g. logs.papertrailapp.com:12345
  • in your heroku dir enter the following:
heroku drains:add syslog://logs.papertrailapp.com:[port number]

Ta-dah!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment