GNU bug report logs - #37343
[PATCH] services: virtualization: Change libvirtd use syslog by default.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 8 Sep 2019 17:38:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37343 in the body.
You can then email your comments to 37343 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#37343; Package guix-patches. (Sun, 08 Sep 2019 17:38:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 08 Sep 2019 17:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] services: virtualization: Change libvirtd use syslog by
 default.
Date: Sun,  8 Sep 2019 18:37:53 +0100
As defaulting by stderr, along with the shepherd service not directing the
output to a log file makes seeing the output difficult, compared to logging to
syslog.

* gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: Change
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/virtualization.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.
 
 An output is one of the places to save logging information
-- 
2.23.0





Information forwarded to guix-patches <at> gnu.org:
bug#37343; Package guix-patches. (Wed, 18 Sep 2019 13:32:02 GMT) Full text and rfc822 format available.

Message #8 received at 37343 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 37343 <at> debbugs.gnu.org
Subject: Re: [bug#37343] [PATCH] services: virtualization: Change libvirtd use
 syslog by default.
Date: Wed, 18 Sep 2019 15:31:22 +0200
Christopher Baines <mail <at> cbaines.net> 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 logging to
> syslog.
>
> * gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: Change
> default from "3:stderr" to "3:syslog:libvirtd".

LGTM!

Ludo’.




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 21 Sep 2019 16:41:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Sat, 21 Sep 2019 16:41:02 GMT) Full text and rfc822 format available.

Message #13 received at 37343-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 37343-done <at> debbugs.gnu.org
Subject: Re: [bug#37343] [PATCH] services: virtualization: Change libvirtd use
 syslog by default.
Date: Sat, 21 Sep 2019 17:40:41 +0100
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> Christopher Baines <mail <at> cbaines.net> 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 logging 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.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 20 Oct 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.