From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1A5B91F5AE; Sun, 26 Jul 2020 04:46:48 +0000 (UTC) Date: Sun, 26 Jul 2020 04:46:47 +0000 From: Eric Wong To: Josh Natanson Cc: clogger-public@yhbt.net Subject: Re: Clogger request_time formatting Message-ID: <20200726044647.GA19757@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Josh Natanson wrote: > Hi, > > I'm looking to use clogger for some access logging, and I need to > match a legacy format within my organization. I've managed to > recreate everything I need to, with one exception. $request_time > looks like it returns seconds, and I need to display microseconds. I > see that precision is supported, but I haven't been able to figure out > a way to change the actual format. > > My questions are: Is there a way to do this that I'm not aware of? If > not, could it be added? I can try to take a crack at it if you think > it's a good idea. Ping. Were you going to work on a patch for this? I'd be happy to help you review at some point. cf. https://yhbt.net/clogger-public/CAPdx2szjqUuFjUtrgoeXXwmz0HzfdnWe+2h2Sp_ywDkTDVL0-g@mail.gmail.com/t/ Thanks.