rubyruby-on-rails-3mongrelthin

How to view debug code in Thin console window?


In Mongrel, we are able to see any ruby debug code. After installing thin and doing thin start. I don't see any debug code on the console window.

Is this nromal?

Are we supposed to use tail -f log/development.log in a new console window to view the debug code?


Solution

  • Yes. The solution with tail is normal, and you should use it.