Last Updated: February 25, 2016
·
6.494K
· johnmcdowall

Getting Rails logs to appear in Foreman output

You can add the following entry to your Procfile and you will see the standard development Rails log flow by in amongst the Foreman output too:

log: tail -f site/log/development.log

2 Responses
Add your response

So - what does this do when you deploy, to say, Heroku?

over 1 year ago ·

Show your development log :-)

over 1 year ago ·