From: Eric Wong Date: 2009-09-03T11:01:07+09:00 Subject: [ANN] clogger 0.0.5 - configurable request logging for Rack * http://clogger.rubyforge.org/ * clogger@librelist.com * git://git.bogomips.org/clogger.git Clogger is Rack middleware for logging HTTP requests. The log format is customizable so you can specify exactly which fields to log. Changes: ### 0.0.5 / 2009-09-02 The following variables are now exposed: $request_method, $content_length and $content_type. Additionally, attempts to use $http_content_length or $http_content_type will be remapped to use the non-"$http_"-prefixed variable instead since the "$http_"-variants of those variables is not allowed by Rack. -- Eric Wong