clogger.git  about / heads / tags
configurable request logging for Rack
blob 00dd6997dc6d874bb58963be0ef98d39b47aacd0 1210 bytes (raw)
$ git show v0.0.4:History.txt	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
=== 0.0.4 / 2009-09-02

    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).

=== 0.0.3 / 2009-08-29

    The MRI extension clogger_ext gets GC bug fix and
    cleanups/robustness improvements.  It should now be more
    tolerant of misbehaving applications in that it'll be less
    likely to segfault.  No changes to the (recommended) pure
    implementation.

=== 0.0.2 / 2009-08-29

* 2 bug fixes

   * support "$request_uri" as a log variable
   * Log bad/invalid app responses as 500 errors

=== 0.0.1 / 2009-08-28

* 1 major enhancement

  * initial release

git clone https://yhbt.net/clogger.git