Home > middleware_logger

middleware_logger

Middleware_logger is a project mainly written in Ruby, based on the MIT license.

A rails plugin that logs the raw rack request

MiddlewareLogger

A rails plugin that logs rack HTTP-headers by using a middleware.

Logging is outputted to RAILS_DEFAULT_LOGGER

Installation

script/plugin install [email protected]:meeiw/middleware_logger.git

Usage

In config/environments/development.rb add the following line:

config.middleware.use Middleware::Logger

Copyright (c) 2010 [Kristian Hellquist], released under the MIT license