Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 92137 invoked from network); 20 Jul 2010 21:03:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 21:03:00 -0000 Received: (qmail 9956 invoked by uid 500); 20 Jul 2010 21:02:59 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 9899 invoked by uid 500); 20 Jul 2010 21:02:59 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 9891 invoked by uid 99); 20 Jul 2010 21:02:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 21:02:59 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [188.40.99.202] (HELO eru.sfritsch.de) (188.40.99.202) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 21:02:51 +0000 Received: from [10.1.1.6] (helo=k.localnet) by eru.sfritsch.de with esmtp (Exim 4.69) (envelope-from ) id 1ObJxP-0005e1-DS for dev@httpd.apache.org; Tue, 20 Jul 2010 23:02:31 +0200 From: Stefan Fritsch To: dev@httpd.apache.org Subject: Re: Adding sub second timestamps and request end time to mod_log_config Date: Tue, 20 Jul 2010 23:02:30 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.32-5-amd64; KDE/4.4.4; x86_64; ; ) References: <4C45CF2C.7040100@kippdata.de> In-Reply-To: <4C45CF2C.7040100@kippdata.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201007202302.30985.sf@sfritsch.de> X-Virus-Checked: Checked by ClamAV on apache.org On Tuesday 20 July 2010, Rainer Jung wrote: > There's a patch at > > http://people.apache.org/~rjung/patches/httpd-trunk-adding-millisec > onds-and-microseconds-to-the-access-log.patch > > that adds configurable logging of sub second timestamp resolutions > and request end timestamps to the access log (all via %{...}t). > > Any objections against adding to trunk? Looks good to me.