Posted By: Eric Wong
Date: 2012-11-06 03:05
Summary: clogger 1.2.0 - small bug and compatibility fixes
Project: clogger
Clogger is Rack middleware for logging HTTP requests. The log format is customizable so you can specify exactly which fields to log.
* http://clogger.rubyforge.org/ * clogger@librelist.org />* git://bogomips.org/clogger.git
Changes:
This release enables the optional C extension on MRI Ruby 2.0.0 (and any other platform that builds C extensions).
For rare setups which do not specify a :logger or :path parameter for Clogger#initialize, we are now Rack::Lint compliant and call #write on env["rack.errors"] instead of "<<" |
|