I introduced the log management add-on Papertrail that can be used with Heroku.
heroku addons:add papertrail
Adding papertrail on your-app... done, v8 (free)
Welcome to Papertrail. Questions and ideas are welcome ([email protected]). Happy logging!
Use `heroku addons:docs papertrail` to view documentation.
You can open the documentation in a browser with heroku addons:docs papertrail, so read this.
heroku addons:docs papertrail
Opening papertrail docs... done
You can open the Papertrail dashboard and check logs with the following command.
heroku addons:open papertrail
Opening papertrail:choklad for your-app... done
I can only be grateful for being able to easily introduce log management functionality to production environment.
That’s all from the Gemba.