about summary refs log tree commit homepage
tag namev1.0.0 (36363db6512ac9dbc5fa9655517101339a5c0b97)
tag date2011-04-21 05:42:41 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit edd2bd2b3b...
downloadclogger-1.0.0.tar.gz
clogger 1.0.0 - \o/
* $time_iso8601 added for nginx compatibility
* $time_local (without strftime-options) is now locale-independent

There's also a minor usability tweak that allows Symbols to be
specified as the :format argument, so config.ru can be shortened:

before (continues to work with 1.0.0):

    use Clogger, :format => Clogger::Format::Rack_1_0

after:

    use Clogger, :format => :Rack_1_0