steel / sprockets-derailleur

Speed up Manifest::Compile by forking processes
MIT License
79 stars 33 forks source link

Logger issue when attemtping to use #7

Closed Blue-Dog-Archolite closed 10 years ago

Blue-Dog-Archolite commented 11 years ago

My logs show this

/app/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/manifest.rb:194:in `logger'
/app/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/manifest.rb:43:in `rescue in initialize'
 /app/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/manifest.rb:38:in `initialize'
 /app/config/initializers/sprockets_derailleur.rb:39:in `new'
 /app/config/initializers/sprockets_derailleur.rb:39:in `block in <class:Railtie>'

Config file is as specified on readme.

Any suggestions as to why this throws this error?

steel commented 10 years ago

Rails configuration perhaps?

Blue-Dog-Archolite commented 10 years ago

I sorted it out. Thanks.