redmine_google_calendar icon indicating copy to clipboard operation
redmine_google_calendar copied to clipboard

uninitialized constant RAILS_DEFAULT_LOGGER (fix)

Open zerodeux opened this issue 10 years ago • 0 comments

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.

zerodeux avatar Mar 04 '14 13:03 zerodeux