- I have a nodejs (express) app running on heroku.
- I need to keep a short history of logs (up to a day or so).
- I need to be able to dig in to the stack trace of any errors being thrown
I have been able to solve the first two by using Loggly but I can't find any solution which will show me the stack trace of any exceptions which have been thrown.