logworm client gem
Rails Usage
Edit environment.rb and add
config.gem 'logworm_client'
inside the Rails::Initializer.run
block
See http://www.logworm.com/docs/setup
Rack Usage
Edit your config.ru file and indicate that you want to use logworm's Rack middleware. For example, for a Sinatra application you'd have:
require "myapp"
require "logworm_client"
use Logworm::Rack
run Sinatra::Application
See http://www.logworm.com/docs/setup
Configuration Options
See http://www.logworm.com/docs/config
Command-Line tools
lw-tail
See http://www.logworm.com/docs/tail