Re: [Rails] Problem setting log level

2012-10-16 Thread Walter Lee Davis
That feels like a regression. Can you file a bug/issue on the appropriate library? Here's what I see when I repeat this with Rails 3.0.latest (running in production, but with consider_all_requests_local set to true): https://gist.github.com/3900681 Walter On Sep 24, 2012, at 3:55 PM, Daniel Su

Re: [Rails] Problem setting log level

2012-09-24 Thread Walter Lee Davis
On Sep 24, 2012, at 2:20 PM, Daniel Sundqvist wrote: > walterdavis: "We're sorry, but something went wrong" is the error > message i get. When i start the development server i see "Rails 3.2.8 > application starting in development on http://0.0.0.0:3000";. > log/development.log is the logfile

Re: [Rails] Problem setting log level

2012-09-23 Thread Walter Lee Davis
If you're seeing the "friendly" Sorry message, then you may be in production mode. I only ever see the sorry a problem occurred in production, the rest of the time it's stack traces all around. Walter On Sep 23, 2012, at 3:57 PM, Daniel Sundqvist wrote: > Update: > > Seems like the right log

[Rails] Problem setting log level

2012-09-23 Thread Daniel Sundqvist
Hello I'm new to both ruby and rails and have problem getting any debug information from the log. When i encounter an "We're sorry, but something went wrong" message, i look in the "log/development.log" and this is all i find: Started GET "/characters/7" for 127.0.0.1 at 2012-09-23 11:45:34 +0200