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.9 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 9E0111F66E; Mon, 10 Aug 2020 23:07:06 +0000 (UTC) Date: Mon, 10 Aug 2020 23:07:06 +0000 From: Eric Wong To: clogger-public@yhbt.net Cc: Josh Natanson , ruby-talk@ruby-lang.org Subject: [ANN] clogger 2.3.0 - configurable request logging for Rack Message-ID: <20200810230706.GA18263@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Clogger is Rack middleware for logging HTTP requests. The log format is customizable so you can specify exactly which fields to log. Changes: clogger 2.3.0 - $request_time{POWER,PRECISION} support The $request_time can now be multiplied by a power-of-10, allowing up to nanosecond resolution without decimals. Thanks to Josh Natanson for contributing this feature: https://yhbt.net/clogger-public/CAPdx2swO4eaOWaqL4-rMLq1H7pH6w-i760vPJTb92tyKfcc01Q@mail.gmail.com/ https://yhbt.net/clogger-public/CAPdx2szjqUuFjUtrgoeXXwmz0HzfdnWe+2h2Sp_ywDkTDVL0-g@mail.gmail.com/T/ There's also some minor fixes and doc updates: clogger: fix _BSD_SOURCE and _SVID_SOURCE deprecation warnings doc: update with IMAPS, NNTPS, and .onion mail archive URLs doc: document Fiber.current * public mail archives: https://yhbt.net/clogger-public/ * mailto:clogger-public@yhbt.net (no HTML, don't top post) * homepage: https://yhbt.net/clogger/ * git clone https://yhbt.net/clogger.git * Atom feed: https://yhbt.net/clogger/NEWS.atom.xml