Whenever there''s a ruby error (even just a syntax error) in my controller (or anywhere else for that matter) my development.log gets filled with a massive ActiveXXX stack trace where the first 2 or 3 lines contain all the info I need. Where is that configurable? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
ActiveRecord::Base.logger = nil ActionController::Base.logger = nil At the end of your config/environment.rb I don''t see why you had to post three separate times either. On Dec 12, 2007 1:06 PM, Pito <pitosalas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Whenever there''s a ruby error (even just a syntax error) in my > controller (or anywhere else for that matter) my development.log gets > filled with a massive ActiveXXX stack trace where the first 2 or 3 > lines contain all the info I need. Where is that configurable? > > >-- Ryan Bigg http://www.frozenplague.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks...The reason for the separate posts is because it''s useful to keep different questions separate - it''s easier for people who might want to answer. On Dec 11, 10:18 pm, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> ActiveRecord::Base.logger = nil > > ActionController::Base.logger = nil > > At the end of your config/environment.rb > > I don''t see why you had to post three separate times either. > > On Dec 12, 2007 1:06 PM, Pito <pitosa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Whenever there''s a ruby error (even just a syntax error) in my > > controller (or anywhere else for that matter) my development.log gets > > filled with a massive ActiveXXX stack trace where the first 2 or 3 > > lines contain all the info I need. Where is that configurable? > > -- > Ryan Bigghttp://www.frozenplague.net--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---