From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:1008:1e59::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id qEUWC5X7TWbx5QAAA41jLg (envelope-from ) for ; Wed, 22 May 2024 16:05:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id uAcwBpX7TWaXdwEA62LTzQ (envelope-from ) for ; Wed, 22 May 2024 16:05:09 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="a/JAtn78"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1716386709; h=from:from:sender:sender: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:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=dr3RgHx2tKpP8cMpmJc34R181jWp7+tmFSIA3bGLl2Q=; b=GFQFIZdOHtHNIzU8nxo2X5nJ2jGfB+dz1iyLeaaFSjnZwIY1qMewJG+yZ25dsukQPmnd2D mbHhK4WTOnW7Mia31OtbfsXOe3JlZSG89oUuJ1A7oTMIxqY6r42ppTJ9joRi5soTjKzcLC INMUYmVTeWjlgLVaV/UKtZ0NCq3rWWNfVQNepOsrtAEKrg3cIVM9dnc3NmMFGv6GiqJNdv saG8QOwayFiQo/xYEH9LLqYkBaP0uwhxfqdLrG50nSfMy5ACOqXFjnIsq5FqCtXMJVnqPW gKRbI/OTCQflv6Pziw0KqhopkE214U+vdTLvhrGqC8OWU7/0sy9CBzEJ03J1IA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="a/JAtn78"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1716386709; a=rsa-sha256; cv=none; b=njvm9vQqSK/Kd4Makr8ht/XNZ29C/YX0T8gFnYrxrjuU/OZTpfeZU/jpRQQpmUl2z5mblZ v6vT1mfb//ck/sLdYP6WjQ3j6Hl8vytw9IMwnGWRd/tlD6M8LWc4UMgVZ7BkxWAcMv9LNO /zBAgdSBodU1e0i+xaVZy3lhZkhGb/UdT/EdEtmV8WnVRxeazTdsCfMtEjd3EvbotirC2j QUEg6Kim6SMWHIvxL/Igo5lCK2EwdVYrRqdlaF7o3IIs5cwzI83CsFlM6/WqKw7dciZbLZ im/t6A1bubZoYIbx9i8aTNz7gVDcY5AzKx1tJK3JzhDsQQA/xN4ZNraAqreNuQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D182120BD8 for ; Wed, 22 May 2024 16:05:08 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s9maP-0003LD-Qg; Wed, 22 May 2024 10:04:57 -0400 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 1s9maO-0003Ko-I1 for guix-patches@gnu.org; Wed, 22 May 2024 10:04:56 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s9maO-0006ge-9r for guix-patches@gnu.org; Wed, 22 May 2024 10:04:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s9maU-0003KZ-0Q for guix-patches@gnu.org; Wed, 22 May 2024 10:05:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71118] [PATCH 0/5] More service logging to stderr Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 May 2024 14:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71118 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71118@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171638669312784 (code B ref -1); Wed, 22 May 2024 14:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 May 2024 14:04:53 +0000 Received: from localhost ([127.0.0.1]:56148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9maL-0003K8-8G for submit@debbugs.gnu.org; Wed, 22 May 2024 10:04:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:56398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9maI-0003K0-KR for submit@debbugs.gnu.org; Wed, 22 May 2024 10:04:51 -0400 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 1s9maC-0003H9-0j for guix-patches@gnu.org; Wed, 22 May 2024 10:04:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9maA-0006fh-Vi; Wed, 22 May 2024 10:04:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=dr3RgHx2tKpP8cMpmJc34R181jWp7+tmFSIA3bGLl2Q=; b=a/JAtn78vpg0uG FCObSMyNxgn4OP+D77c2KMA330+Hc9yRtm8ggl05dAuVlifYqGwVfOToas0yMYLpJvcolRQ6LMqMI 75mOqCDm6Jzg+6rAPddXmm0Aj41cLixUx8A+2nbeyONtad1kv0UusA8JWIthaOlRFeKkyB75UmAe5 npoceTW1QxddSI+G1lC++9HDX23DDrfj55jH4+gQhzakOHUSYwedG0wvgF35w39DgebPHIAm0dwwd cm25I2pOGmpHnFp3H8XzRNNRVOShsNTRbmeAENIeM8Zp0AHMkXb9wBFoMKcG+cglgqFukPWEionP9 wn3VY2JsA+QxEQWQAhVA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Wed, 22 May 2024 16:04:32 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -6.26 X-Migadu-Queue-Id: D182120BD8 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.26 X-TUID: SZa8VCMSBqS2 Hello, This changes a few core services to log to stderr rather than syslog, in light of the improvements made for the upcoming Shepherd 1.0: ‘herd status’ displaying recently logged messages, and built-in log rotation. Thoughts? Ludo’. Ludovic Courtès (5): services: nscd: ‘log-file’ defaults to #f. services: tor: Log to stderr rather than syslog. services: dbus: Log to stderr rather than syslog. services: avahi: Use socket activation and log to stderr. services: darkstat: Depend on ‘user-processes’. doc/guix.texi | 8 +++++--- gnu/services/avahi.scm | 14 +++++++++----- gnu/services/base.scm | 2 +- gnu/services/dbus.scm | 8 ++++---- gnu/services/monitoring.scm | 2 +- gnu/services/networking.scm | 5 +---- 6 files changed, 21 insertions(+), 18 deletions(-) base-commit: 9c3a8a380bcfebdb77af61532e7bfec523d7bde8 -- 2.41.0