Undefined Method Formatter for Log4r in RAILS 4.0
I am getting this error after upgrading Rails from 3.1.2 to 4.0. When launching my server with rails s I got stuck with the following error C:/ruby-2.0.0/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/commands/server.rb:78:in `start': undefined method `formatter' for #<Log4r::Logger:0x26dd908> (NoMethodError) I have been on the Log4r site but haven't got any infor;ation about a bug when upgrading Rails. Does anyone have any idea where this bug comes from. Thank you! The method formatter is not defined on Log4r::Logger , but on Log4r::FileOutputter . Therefore I am surprised that is worked