0.0
No commit activity in last 3 years
No release in over 3 years
logworm client utilities
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0.7.7

Runtime

>= 0
>= 0.7.7
 Project Readme

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