Welcome Guest | Login

printing stack trace of 404/500 errors to webpage etc.

sorry i'm pretty sure there must be another *post about this, but how do i set my thing up so that it dumps everything to the page so i don't always have to check my production.log?   (its tedious)

2007-07-19 03:43 PM

I'd recommend that you run
tail -f ~/<railsapp>/log/production.log
This will display your log file in real time in command-line as you access your app. That way you don't have to mess with any configuration, or worry about any visitors seeing anything you wouldn't want them seeing.

2007-07-19 03:49 PM

ah nice awsome

2007-07-19 04:07 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!