kristianhellquist/middleware_logger
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MiddlewareLogger ================ A rails plugin that logs rack HTTP-headers by using a middleware. Logging is outputted to RAILS_DEFAULT_LOGGER Installation ============ script/plugin install git@github.com: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