From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.253.183.184]) by gnuweeb.org (Postfix) with ESMTPSA id F14897F884; Thu, 19 Jan 2023 06:54:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1674111300; bh=NZ+yLxw+N6yW6OSt3qWVFvD6XXogVCIXCDJ0hEL5rQk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tl22/bh/XtTeq4mdevIuX9E2wQ13p1x20IL+xAOli5z6byJgNwq0ifThJRdqnngAj gVHEHNB1TRssMerZiJMd17tmQjMpxfCsVJVuhLzyMCdyXEaKcg3s1O1bXV3aqIPTiv af2QzH40+wyueGDv8WOftUG010ouXz0Hxn4Oj4UNKGycm+kR3lBW/xg1Je22A2CQUt Ozn+mtiiDh0dMH+jBqmWAj04Ybmf8WIUjuMxfkwycig7MPUBLxm/jaoCZVtK8pS4qi G7qbdZs7fwOjHYGw1tgyRepkvKj+OAx2Dy7ASA+giYOx4FLEP/xJJnyXIcmkufcmSd 61pq9O0LqyldQ== From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH v2 00/17] Everything about logger changes and some fixes Date: Thu, 19 Jan 2023 13:54:55 +0700 Message-Id: <167411124534.113157.3777700997305758260.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230118175356.1853-1-kiizuha@gnuweeb.org> References: <20230118175356.1853-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Thu, 19 Jan 2023 00:53:39 +0700, Muhammad Rizki wrote: > This series is about refactor logger method, fix charset issue, and some > improvements. In this series we use a simple logging method that so > easily to manage logger config using .conf file. > > - What's new? > v1: > 1) Add return type annotation for the send_te.xt_mail() and > send_patch_email() for the Discord bot > > [...] Applied, thanks! [01/17] telegram: Simplify code to get DB_PORT from env commit: 1701589a63270d2204d4386630e1cc35d910dd90 [02/17] discord: Simplify code to get DB_PORT from env commit: d9ab32d7ea83e6d08d705d3d51a5b1d35570a497 [03/17] telegram: logger: Add a telegram.logger.conf commit: da2ff98f54979669867bca1a69f2ca5d19d10652 [04/17] discord: logger: Add a discord.logger.conf commit: 5ee8bdab7d3eed174bfd06ab30358027d2d4109e [05/17] telegram: logger: Initialize the configuration for the Telegram logger. commit: afc6016ce1ec177b3ae78d65a9fb157292a3d1f6 [06/17] discord: logger: Initialize the configuration for the Discord logger. commit: 83fa3b5cafaa7c430042404d39480b4382b6dad3 [07/17] telegram: fix: Fix the type annoations for the decorator commit: 3b420794c629b1adea071ecd6b3d4d421620f43e [08/17] discord: cleanup: Remove some unnecessary comments commit: 556c16b605e64746dd174d3a78aefe3ccafd1075 [09/17] discord: fix: Fix the type annotations for the decorator commit: 57a705431e73b815f209cf340d4a102c5abf13f1 [10/17] discord: typing: Add return type annotations commit: dd2909aa6ae90b848561d02c8cdf1cb35d3a0420 [11/17] telegram: Implement DaemonException() and report_err() in scrape.py commit: 16431f083520918a6e29e9fe1e4391a626e7bfe5 [12/17] utils: fix: Fix charset issue for get_decoded_payload() commit: 858a25d1516d6bef22389d6bbd3577f4c1bc9fc4 [13/17] telegram: logger: Refactor all logging method commit: 332ffd0c5d197077dd77b4d72d323211eed7b485 [14/17] discord: Implement DaemonException and report_err in get_lore_mail.py commit: aae8fbb4dcc5a3c1827df70a6ed3763d9dc73619 [15/17] discord: logger: Refactor all logging method commit: df3476d67c90418710ceaeaff0413e0418d54041 [16/17] refactor: Move requirements.txt (no commit info) [17/17] cleanup: Remove the custom logger module commit: bf2fe963caf19a5002f585cd07541400c5df945b Best regards, -- Ammar Faizi