Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 803 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 803 Bytes

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

lw-compute

See http://www.logworm.com/docs/compute