shadabahmed / logstasher

Awesome rails logs
MIT License
818 stars 136 forks source link

Logstasher not logging RoutingError #84

Open chongivan opened 8 years ago

chongivan commented 8 years ago

Hi there,

In production.log i have:

ActionController::RoutingError (No route matches [GET] "/asdf"):
  actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'

However this is not reflected in logstash_production.log.

Best, Ivan

recipedude commented 1 year ago

Also noticed this issue. Error logging is important.