How to See Your Running Rails Log in Passenger?
When someone switches over from script/server to Passenger when starting with Ruby on Rails one of the biggest things that they miss is seeing the log output in Terminal. But it’s not too hard to get back.
- Open a New Tab in Terminal
- In Terminal, At the root of you rails project type: tail -f log/development.log
- Leave this running and reload your page in the browser. You should now see the log output running in the Terminal tab
Have Fun.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

