v0.0.4
tagd7ea67e774cc1f335c9bd5d7495e9a24a29e4187
object d60d0b4656718a63137f89baa15b6589740ad454
authorEric Wong <normalperson@yhbt.net>
Wed, 2 Sep 2009 08:04:58 +0000 (2 01:04 -0700)
clogger 0.0.4

The pure Ruby version now escapes with uppercase A-F
characters to match nginx log output.  There are now extra
checks against badly behaving Rack applications and 500
errors will be logged before TypeError is raised if the
application response does not conform (minimally) to Rack
expectations.  Finally, handling of $request (requests
without "HTTP_VERSION" set in the Rack env) should now be
logged correctly without unnecessary trailing characters.

Hackers: the primary git repository has been moved to
git://git.bogomips.org/clogger.git for now since I'm having
issues with pushing to Rubyforge (seems related to Support
Requests item #26185).