redmine_google_calendar
redmine_google_calendar copied to clipboard
uninitialized constant RAILS_DEFAULT_LOGGER (fix)
This error happens when running 'rake redmine:plugins:migrate' with Redmine 2.4.x.
Ths is because RAILS_DEFAULT_LOGGER is deprecated in Rails 3.x and should be replaced with 'Rails.logger' in init.rb.
IMHO the whole log stanza should be commented out, it's rather debug stuff.