Skip to content

Instantly share code, notes, and snippets.

@jgmartin
Created September 10, 2015 17:09
Show Gist options
  • Save jgmartin/96a9219367e6faabcd05 to your computer and use it in GitHub Desktop.
Save jgmartin/96a9219367e6faabcd05 to your computer and use it in GitHub Desktop.
[2015-09-10 13:06:00] ERROR NoMethodError: undefined method `[]=' for #<Logger:0x007fb180089178>
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/actionpack-4.2.3/lib/action_dispatch/middleware/request_id.rb:21:in `block in call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/actionpack-4.2.3/lib/action_dispatch/middleware/request_id.rb:21:in `tap'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/actionpack-4.2.3/lib/action_dispatch/middleware/request_id.rb:21:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/activesupport-4.2.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/actionpack-4.2.3/lib/action_dispatch/middleware/static.rb:116:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/railties-4.2.3/lib/rails/engine.rb:518:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/railties-4.2.3/lib/rails/application.rb:165:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/content_length.rb:15:in `call'
/Users/jgmartin/.rvm/gems/ruby-2.1.5@costume/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service'
/Users/jgmartin/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
/Users/jgmartin/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
/Users/jgmartin/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment