#Ruby の Foreman で #Rails のログも監視してみる


Procfile

log: tail -f log/development.log
bundle exec foreman start

example


Original by Github issue