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=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 222281F5B1 for ; Wed, 29 Jul 2020 19:51:11 +0000 (UTC) Received: by mail-ej1-x62d.google.com with SMTP id d6so11747350ejr.5 for ; Wed, 29 Jul 2020 12:51:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=natanson-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jv0oMTbQIIZx26mVWdytieIaVD180DgV0ykMVr9n3T4=; b=J+wyn3EmrXQT38vWLF+oWBBi2HlGYLVC2VWBUAuHACPJ0EkFY9ZeZ8hAS+v4lbr+wa m/dH3yjXaaRUiz8NfwE/F7n8/sPAE8FIZTyCv7Z8/UFDPv65nUQGkSJdUXiNQGjw3sAs NAVI+hRNxKdBg7thSgc7iMz/1NJfd57QmuoywdRrxEagxgIug0jOzC+g1gCMLxy7MW2D i37yAZF8Xw064jhYw5nW0RGsDZfU7OAEchA2lm6NP0D/w83g60xG9yYUUfwe6BKlAB8O cnC/GwITeSx4bummE30X151Rim159kQHBfdDzuPiEmlwcviP6D2Vz1EAYFqdKiw2DwMx q9uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jv0oMTbQIIZx26mVWdytieIaVD180DgV0ykMVr9n3T4=; b=PCbmxDStCOwXpCh2abY7RmbtdVmDVgyeH6gb6M+7Sb6bL2KG0ES/tJH0TnZkuZSLN4 N09VPsg7EqVbEDZDDpA9kPrGaQcSKgx/9S++Z1TtneMssBvDAESyg+bLzgFv70xJtbdo N4U0O3ZbfCmG58SEl3RNH0/G3SbMRJL9gcfKIthT8dhdcLi44LJMJm+v9gkr8haMY5AR /leOGmv2VkU3U7nfylwL1ja8QZtfJy6GMR90mSPAUqKWkw4pmPrCY/k4HHXEyQRwHaFB pwmQJpjZG3xv+uN6mo0OF9E1w+/hQFDuVg+QrU3v55NfroEIMia2eUoE2gINI28VXvYH euIw== X-Gm-Message-State: AOAM533IR0/EvgUsfQN795GcglvmzhXip59ijewSXxlQz/OzRhqU4Jao 7xVQNBeUxvATh0M23y9cX28iK660rHMoACbXOVj0Jg== X-Google-Smtp-Source: ABdhPJzSye6vHUrOr7O3R1C64nP3i5fJdGXR1X+5vFFvtVNH+kzMBbDaUAy+TCW5zIF+KOstdjEZSGfE6+Ay0y/Ra+M= X-Received: by 2002:a17:906:ce43:: with SMTP id se3mr16880158ejb.403.1596052269332; Wed, 29 Jul 2020 12:51:09 -0700 (PDT) MIME-Version: 1.0 References: <20200726044647.GA19757@dcvr> <20200727183856.GA26578@dcvr> <20200729092023.GA24100@dcvr> In-Reply-To: <20200729092023.GA24100@dcvr> From: Josh Natanson Date: Wed, 29 Jul 2020 15:50:58 -0400 Message-ID: Subject: Re: Clogger request_time formatting To: Eric Wong Cc: clogger-public@yhbt.net Content-Type: text/plain; charset="UTF-8" List-Id: Thanks for the reminder, I hadn't considered the C extension. I took a look today, but wasn't able to make any headway - my C is very rusty, I'm not sure you would want anything I'd write there anyhow. That leaves me a little stuck, with the code working frozen in my rails app, but without support in the C layer (or passing tests). I'm sure you won't want to incorporate a partial change. If you (or someone else) has some time to consider the C side, that would be fantastic. If not, I might have to go another route for my logging. Sorry about the email formatting, gmail has ruined me.