Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 90073 invoked from network); 20 Jul 2010 16:31:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 16:31:12 -0000 Received: (qmail 7755 invoked by uid 500); 20 Jul 2010 16:31:11 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 7674 invoked by uid 500); 20 Jul 2010 16:31:10 -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 7666 invoked by uid 99); 20 Jul 2010 16:31:10 -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 16:31:10 +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: domain of rainer.jung@kippdata.de designates 195.227.30.149 as permitted sender) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 16:31:01 +0000 Received: from [195.227.30.209] (notebook-rj [195.227.30.209]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id o6KGUfNc023943 for ; Tue, 20 Jul 2010 18:30:41 +0200 (CEST) Message-ID: <4C45CF2C.7040100@kippdata.de> Date: Tue, 20 Jul 2010 18:30:36 +0200 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: "dev@httpd.apache.org" Subject: Adding sub second timestamps and request end time to mod_log_config Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org There's a patch at http://people.apache.org/~rjung/patches/httpd-trunk-adding-milliseconds-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? Regards, Rainer