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/
- [email protected]
- 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 “<<”