[Rails] Re: ActiveRecord changes Logger formatting

2009-05-31 Thread Jonathan Rochkind
Frederick Cheung wrote: > probably because activerecord requires activesupport and activesupport > does > > http://github.com/rails/rails/blob/669fd84910586d4c791b6f5bf4320f68ac7845aa/activesupport/lib/active_support/core_ext/logger.rb > For what it's worth, I share the original questioners gen

[Rails] Re: ActiveRecord changes Logger formatting

2009-05-30 Thread Frederick Cheung
On May 30, 9:45 am, RobR wrote: > Does anyone have any ideas here???  I no longer have useful Logger > messages.  That's very frustrating. > probably because activerecord requires activesupport and activesupport does http://github.com/rails/rails/blob/669fd84910586d4c791b6f5bf4320f68ac7845aa/a

[Rails] Re: ActiveRecord changes Logger formatting

2009-05-30 Thread RobR
Does anyone have any ideas here??? I no longer have useful Logger messages. That's very frustrating. R On May 24, 7:18 am, RobR wrote: > Why does my Logger formatting change after I "require > 'active_record'"? > > irb(main):001:0> require 'logger' > => true > irb(main):002:0> $logger = Logge