From: Eric Wong <normalperson@yhbt.net>
To: clogger@librelist.org
Subject: 1.0.0 release imminent
Date: Mon, 18 Apr 2011 17:48:32 -0700 [thread overview]
Message-ID: <20110419004832.GA11314@dcvr.yhbt.net> (raw)
In-Reply-To: <20110419004832.GA11314@dcvr.yhbt.net>
Anything obviously missing (or broken)?
I'm mainly looking for things nginx supports that clogger is missing.
Of course stuff like $upstream_* variables in nginx that requires
intimate knowledge of the underlying Rack application so are thus
impossible to mimic.
I haven't heard of anything being broken in a while, so I'll assume
it's all good. There are no new system-call dependencies in
clogger.git, either, so it's unlikely I broke some things for
systems I don't have access to (everything non-GNU/Linux).
Some things going on in clogger.git:
I just added $time_iso8601 to clogger.git (added to nginx 0.9.6) and
made $time_local local-independent. $time_local{FORMAT} is still
supported, but FORMAT still uses strftime(3) internally which means it's
locale-aware and unsuitable for consistent logs (nginx doesn't use
strftime(), either).
There's also a minor usability tweak that allows Symbols to be
specified as the :format argument, so config.ru can be shortened:
before:
use Clogger, :format => Clogger::Format::Rack_1_0
after:
use Clogger, :format => :Rack_1_0
Thanks for reading!
--
Eric Wong
parent reply other threads:[~2011-04-19 0:48 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20110419004832.GA11314@dcvr.yhbt.net>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://yhbt.net/clogger/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110419004832.GA11314@dcvr.yhbt.net \
--to=normalperson@yhbt.net \
--cc=clogger@librelist.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhbt.net/clogger.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).