noahd1 / oink

Log parser to identify actions which significantly increase VM heap size
MIT License
1.18k stars 71 forks source link

Heroku log format #24

Open nathany opened 11 years ago

nathany commented 11 years ago

Just setting up Oink today. Looks very useful.

It would be great if the command line tool handled Heroku's log prefix, and if the Readme included the setup instructions.

This worked: http://stackoverflow.com/a/14145299/1684322

It didn't seem like filtering the log was necessary, but the cut was.

The logs starts with something like this:

Jan 08 13:25:42 my-app-name app/web.1:

https://devcenter.heroku.com/articles/logging#log-format

Thanks!

Partyschaum commented 10 years ago

:+1:

sergiotapia commented 8 years ago

Thanks!