librelist archives

« back to archive

[ANN] clogger 0.2.0 - configurable logging for Rack

[ANN] clogger 0.2.0 - configurable logging for Rack

From:
Eric Wong
Date:
2010-01-07 @ 02:16
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.com
* git://git.bogomips.org/clogger.git

Changes:

The optional C extension no longer tries to preserve the
original response array as it could become subtly broken by
people using non-frozen but constant responses.  For the pure
Ruby version, there is a 1.9-encoding bugfix for response
size calculation.

-- 
Eric Wong