Skip to content

schapirama/logworm_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages