Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant RAILS_DEFAULT_LOGGER (fix) #15

Open
zerodeux opened this issue Mar 4, 2014 · 0 comments
Open

uninitialized constant RAILS_DEFAULT_LOGGER (fix) #15

zerodeux opened this issue Mar 4, 2014 · 0 comments

Comments

@zerodeux
Copy link

zerodeux commented Mar 4, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant