clogger 1.0.0 - \o/v1.0.0
commitedd2bd2b3baa9cca40dcd8717b338076f09d0807
authorEric Wong <normalperson@yhbt.net>
Thu, 21 Apr 2011 04:02:57 +0000 (21 04:02 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 21 Apr 2011 04:02:57 +0000 (21 04:02 +0000)
treeb18fe1965a2504318dae1936f3d6b5ccab190342
parentb7459a293c1b3efe3f5be4201620af885bb8122e
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
GIT-VERSION-GEN