shadabahmed / logstasher

Awesome rails logs
MIT License
821 stars 136 forks source link

YAML config, enable/disable log_subscriber's, 1 bug fix #99

Closed joshuamorris3 closed 8 years ago

joshuamorris3 commented 8 years ago

First, thanks for this gem. With the changes below we're using this in our production environment to get some really useful information to Kibana.

There are 3 changes in this PR:

  1. You can now optionally configure logstasher in a YAML file config/logstasher.yml
  2. You can enable or disable each log_subscriber type individually
  3. There is a fix for custom_fields being cleared after their first use. The line LogStasher.custom_fields.clear in the extract_custom_fields method of the view, record and support log_subscriber's
shadabahmed commented 8 years ago

Thanks so much. This looks great. :+1:

shadabahmed commented 8 years ago

Released logstasher 0.9.0 with this merge