Last Modified
2013-07-30 13:39:10 +0000
Requires

Description

USAGE

in your rack.rb file require this file and then:

couch = CouchRest.new LOG_DB = couch.database!('couchrest-logger') use CouchRest::Logger, LOG_DB

Note: to require just this middleware, if you have the gem installed do: require 'couchrest/middlewares/logger'

For log processing examples, see examples at the bottom of this file