avoid calling "<<" on env["rack.errors"]
commitaaf1279e3e73e301b8f65b651933ebe287b82b4d
authorEric Wong <normalperson@yhbt.net>
Sat, 3 Nov 2012 03:09:28 +0000 (2 20:09 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 3 Nov 2012 03:09:28 +0000 (2 20:09 -0700)
treeaf080b511188bb86869a107831b350deafc2b71a
parent4bcd56a4f02b8a167d28505182cc6ff723fb027c
avoid calling "<<" on env["rack.errors"]

Rack::Lint::ErrorWrapper forbids the "<<" method.  This
fallback only comes into play when no log destination
(via :logger or :path) is specified and is rarely an
issue in real setups.
ext/clogger_ext/clogger.c
lib/clogger/pure.rb
test/test_clogger.rb