From unknown Fri Jun 20 18:15:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37343 <37343@debbugs.gnu.org> To: bug#37343 <37343@debbugs.gnu.org> Subject: Status: [PATCH] services: virtualization: Change libvirtd use syslog by default. Reply-To: bug#37343 <37343@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:15:32 +0000 retitle 37343 [PATCH] services: virtualization: Change libvirtd use syslog = by default. reassign 37343 guix-patches submitter 37343 Christopher Baines severity 37343 normal tag 37343 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 08 13:38:01 2019 Received: (at submit) by debbugs.gnu.org; 8 Sep 2019 17:38:01 +0000 Received: from localhost ([127.0.0.1]:39103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i718S-0004lB-M0 for submit@debbugs.gnu.org; Sun, 08 Sep 2019 13:38:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:52148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i718Q-0004l3-At for submit@debbugs.gnu.org; Sun, 08 Sep 2019 13:37:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38588) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i718O-0005An-JA for guix-patches@gnu.org; Sun, 08 Sep 2019 13:37:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i718N-0008RC-GH for guix-patches@gnu.org; Sun, 08 Sep 2019 13:37:56 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:42868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i718N-0008Qy-AV for guix-patches@gnu.org; Sun, 08 Sep 2019 13:37:55 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id D115B17369 for ; Sun, 8 Sep 2019 18:37:53 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id dbd7a4c8 for ; Sun, 8 Sep 2019 17:37:53 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] services: virtualization: Change libvirtd use syslog by default. Date: Sun, 8 Sep 2019 18:37:53 +0100 Message-Id: <20190908173753.3384-1-mail@cbaines.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:7e00::f03c:91ff:fe69:8da9 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) As defaulting by stderr, along with the shepherd service not directing th= e output to a log file makes seeing the output difficult, compared to loggi= ng to syslog. * gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: C= hange default from "3:stderr" to "3:syslog:libvirtd". --- gnu/services/virtualization.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualizatio= n.scm index 705ed84d06..028234885f 100644 --- a/gnu/services/virtualization.scm +++ b/gnu/services/virtualization.scm @@ -313,7 +313,7 @@ be logged: Multiple filters can be defined in a single filters statement, they just need to be separated by spaces.") (log-outputs - (string "3:stderr") + (string "3:syslog:libvirtd") "Logging outputs. =20 An output is one of the places to save logging information --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 18 09:31:33 2019 Received: (at 37343) by debbugs.gnu.org; 18 Sep 2019 13:31:33 +0000 Received: from localhost ([127.0.0.1]:53748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAa3R-0001Yh-38 for submit@debbugs.gnu.org; Wed, 18 Sep 2019 09:31:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAa3O-0001YT-ML for 37343@debbugs.gnu.org; Wed, 18 Sep 2019 09:31:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iAa3J-0007kx-9y; Wed, 18 Sep 2019 09:31:25 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=50926 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iAa3I-0000SC-OW; Wed, 18 Sep 2019 09:31:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#37343] [PATCH] services: virtualization: Change libvirtd use syslog by default. References: <20190908173753.3384-1-mail@cbaines.net> Date: Wed, 18 Sep 2019 15:31:22 +0200 In-Reply-To: <20190908173753.3384-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 8 Sep 2019 18:37:53 +0100") Message-ID: <87blvhbuj9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37343 Cc: 37343@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Christopher Baines skribis: > As defaulting by stderr, along with the shepherd service not directing the > output to a log file makes seeing the output difficult, compared to loggi= ng to > syslog. > > * gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: C= hange > default from "3:stderr" to "3:syslog:libvirtd". LGTM! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 21 12:40:44 2019 Received: (at 37343-done) by debbugs.gnu.org; 21 Sep 2019 16:40:44 +0000 Received: from localhost ([127.0.0.1]:33153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBiR9-0000yc-Ki for submit@debbugs.gnu.org; Sat, 21 Sep 2019 12:40:43 -0400 Received: from mira.cbaines.net ([212.71.252.8]:35522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBiR8-0000yV-6Y for 37343-done@debbugs.gnu.org; Sat, 21 Sep 2019 12:40:42 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id B268B173A5; Sat, 21 Sep 2019 17:40:41 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id f4ce0490; Sat, 21 Sep 2019 16:40:41 +0000 (UTC) References: <20190908173753.3384-1-mail@cbaines.net> <87blvhbuj9.fsf@gnu.org> User-agent: mu4e 1.2.0; emacs 26.3 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#37343] [PATCH] services: virtualization: Change libvirtd use syslog by default. In-reply-to: <87blvhbuj9.fsf@gnu.org> Date: Sat, 21 Sep 2019 17:40:41 +0100 Message-ID: <87k1a11u2e.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37343-done Cc: 37343-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> As defaulting by stderr, along with the shepherd service not directing t= he >> output to a log file makes seeing the output difficult, compared to logg= ing to >> syslog. >> >> * gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: = Change >> default from "3:stderr" to "3:syslog:libvirtd". > > LGTM! Great, I've pushed this now as b64fa7f0626618664330e83dbdbfb7a70736f657. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl2GUolfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xf84RAArf1OOszHJoa5afQfJl12xqXW+USSpbxlSiEunpZNZB3IUkb8sCQ41L3P 839Ds3ClZRVHXPI/kD+lD3g5Xe/zIZvfeUVyoaQsYln2TSuscX1nV4ssX6rKlFQ6 21fWZlKNYMSMmtLy3I10JPizhCs7bcXbfPNjlYl/XFdjyqjYrUveTMEjDI24xSs2 gc1gCJKu8IWDO2nSovWpnsMGNWaombSvoCw2a97foxa+08WLV/cTFhGq6NocZHBC SFCqWoj8RQtk0baGWTQ8KmpdmvhzAKYW5o1NY9BCv2xxLHOG0uoIt4VtUcIDLsiz UzrQgZarxnNDYL2klNP29OWGQD6KwvB25nv1evHxreLfNBhYcKXNp75Oyt9Cy743 2w5CVMnpFQk6I6uLHiGmRethCnXjjlpcwPsqe6hw3bITaHH7wj03IYTqtAhu/NBA a6nLhCwnZE/45uOc5aaNo4PcFRgMrz9RbCZNIn3UaysdEWer8EdhICNQ77ALWPh4 JQ98geT3rIFTaPRhvglBauQVgJlzcs/vd8j0OcQuFg8N+SPAVQx3fv4fxjFusxUe C4BHkyDW1JXPhVcjGOlu54upNsk00wG2QIn0VEgP81I6jzIFEv/UrAgEQP9oNBJt a1IquWkmtXgjqMcUSNlPUKPTv9rGiLThKNPYVOPrOPtlxPGCk8k= =Zho5 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:15:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 20 Oct 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator