customink / central_logger

Ruby Mongo DB Logger for Rails - centralized logging for rails apps in MongoDB. Converted to gem, added global exception logging, and added Rails 3 (or 2) support.
http://blog.philburrows.com/articles/2009/09/28/rails-logging-with-mongodb/
MIT License
128 stars 35 forks source link

rails3.2 lib/central_logger/railtie.rb:12 undefined method `log' for #<Rails::Paths::Root #26

Open sartip opened 12 years ago

sartip commented 12 years ago

It looks like in Rails 3.2 Rails.application.config.paths['log'] and Rails.application.config.paths.log.to_a no longer exists or the way to get to those variables is different.

thynctank commented 12 years ago

Running into this issue on trying to upgrade our Rails 3.0.x app to 3.2 as well. Will update if I find workaround.