From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas Koch Newsgroups: gmane.emacs.devel Subject: Re: New (only?) extensible logging package for Emacs Date: Mon, 13 Mar 2023 16:43:49 +0200 (EET) Message-ID: <1152386106.488629.1678718629900@office.mailbox.org> References: <875yb7tnyd.fsf@gmail.com> <1624013056.316850.1678548472770@office.mailbox.org> <87zg8hpytt.fsf@gmail.com> <87v8j4pyyj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38856"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?UTF-8?Q?Mat=C3=BA=C5=A1_Goljer?= , Ruijie Yu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 13 15:44:31 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pbjPZ-0009mu-UI for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Mar 2023 15:44:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pbjPF-00020u-Bm; Mon, 13 Mar 2023 10:44:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbjPD-0001yS-Ca for emacs-devel@gnu.org; Mon, 13 Mar 2023 10:44:07 -0400 Original-Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pbjPB-0003do-KO for emacs-devel@gnu.org; Mon, 13 Mar 2023 10:44:07 -0400 Original-Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4PZztZ5TK8z9sby; Mon, 13 Mar 2023 15:43:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=koch.ro; s=MBO0001; t=1678718631; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=D5f+uiJ7I45yo7kYpOgDFXWQ+33tgaR7UD16JC9LplA=; b=Cy0ZzFvyp0nNqP9gPgZOS8Uz2LzpNrW5h+hJgQSgsm4QvFEJac1EppLFpcnkZY5EB/pqvm lM+t3cjkCuk4Fk5zAevupvj2r+MFmhRUnvwk4uEGT2qixvoTEU/nN5eSbVebrR8PQ8tT6H fLUNeuocFGfw7Nfm+m7YsG0SkSj0TXa+vn60msBByQLkt86drP/BNXDWEbzwhlcfI/9CKq teZMd3PU0QvGKawaBKMbHWf9/5qSHQ/QVwYwyF9NSDiL1KmJbC2uMva0TpAhZcFMs0Z0cr Eb1FUH0FjKqZwlY0xQQA84Zgm3wiBpyi4chfXM+OFU/Kv08W2RSdftUsL7CADw== In-Reply-To: <87v8j4pyyj.fsf@gmail.com> X-Priority: 3 Importance: Normal X-Rspamd-Queue-Id: 4PZztZ5TK8z9sby Received-SPF: pass client-ip=2001:67c:2050:0:465::101; envelope-from=thomas@koch.ro; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304395 Archived-At: Besides the backwards compatible /dev/log, journald also listens to a more featureful native logging API: https://systemd.io/JOURNAL_NATIVE_PROTOCOL/ As I understand, the journald API allows logs messages with more attached information, e.g. origin of the message in the source code, a message ID or a link to documentation.