View the Mongrel Logs for a Ruby on Rails application
In order to view the mongrel logs for your Ruby on Rails application you will need to log in to your server using ssh. Then run the command below to show you the last 1000 lines in this example:
tail -n 1000 /home/site_number/containers/rails/appname/log/mongrel.log
Remember to replace site_number with your (gs) site number and appname with the application name.
Notes/Supplemental Resources:
Revisions:
09-17-2008: Article updated
Fields marked with an asterisk(*) are required. Comment on this article