From: Eric Wong Date: 2012-11-06T12:08:27+09:00 Subject: [ANN] clogger 1.2.0 - configurable request logging for Rack 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 * http://clogger.rubyforge.org/NEWS.atom.xml Changes: small bug and compatibility fixes 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 "<<"