Sha256: f614546e735e8643a543325a6ad6e403da78daf30ddc07b822d9f1694eec2ec2
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 Bytes
Contents
# Rack::Logstasher Rack middleware to log requests in logstash json event format ## Installation Add this line to your application's Gemfile: gem 'rack-logstasher' And then execute: $ bundle Or install it yourself as: $ gem install rack-logstasher ## Usage Add this to the middleware stack. e.g. use Rask::Logstasher::Logger, Logger.new("/path/to/logfile.json.log") ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-logstasher-0.0.3 | README.md |
rack-logstasher-0.0.2 | README.md |
rack-logstasher-0.0.1 | README.md |