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-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 D3B871F4D7; Thu, 16 Jun 2022 16:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1655398755; bh=P38fyTQwpKsL0XYyTZgP8ipDBFXUcCqOtDa3yTaDDSQ=; h=Date:From:To:Subject:From; b=t9hvyY1I3V8oHqmMWpWFQqUWM3dziBPZwgC2PMFpWRHb7QyEIuNaKTb6GoC1aLfuV mmEfftkeOpsVmuFKqmdRBaSUTgQzjvhaGjn3iWayUdvGib0WwHHwThGehhg1UJ3paB qhBQ5VYQy3A98PuX9VL6garsgYkNmfU7Xn+zVF5Q= Date: Thu, 16 Jun 2022 16:59:15 +0000 From: Eric Wong To: clogger-public@YHBT.net, ruby-talk@ruby-lang.org Subject: [ANN] clogger 2.4.0 - configurable request logging for Rack Message-ID: <20220616165915.GA9019@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: Only 2 code changes, neither of which is really relevant for 99% of users using the C extension and strict HTTP parsers. escape env['REQUEST_METHOD'] for non-strict HTTP servers pure: fix time.rb incompatibility in Ruby 3.1+ doc: drop git:// URLs, use shorter domain for IMAP links * public mailbox: 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 * torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger.git * Atom feed: https://YHBT.net/clogger/NEWS.atom.xml