Learn how to install Trifle::Logs in your Ruby application.
Installation
Add this line to your application's Gemfile:
gem 'trifle-logs'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install trifle-logs
Dependencies
Trifle::Logs can be used independently of rails.
Ripgrep
Trifle::Logs depends on head and tail **nix* commands. It uses ripgrep to parse logs and return json-like output. Please follow ripgreps installation instruction.