Ruby logger that writes directly to LogStash via redis server
Add this line to your application's Gemfile:
gem 'redis_logstash'
And then execute:
$ bundle
Or install it yourself as:
$ gem install redis_logstash
Generate config file
$ rails g redis_logstash
and set your redis credentials.
- Fork it ( http://github.com//redis_logstash/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request