emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37343: closed ([PATCH] services: virtualization: C


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37343: closed ([PATCH] services: virtualization: Change libvirtd use syslog by default.)
Date: Sat, 21 Sep 2019 16:41:02 +0000

Your message dated Sat, 21 Sep 2019 17:40:41 +0100
with message-id <address@hidden>
and subject line Re: [bug#37343] [PATCH] services: virtualization: Change 
libvirtd use syslog by default.
has caused the debbugs.gnu.org bug report #37343,
regarding [PATCH] services: virtualization: Change libvirtd use syslog by 
default.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37343: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37343
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37343] [PATCH] services: virtualization: Change libvirtd use syslog by default. Date: Sat, 21 Sep 2019 17:40:41 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Ludovic Courtès <address@hidden> writes:

> Christopher Baines <address@hidden> 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.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]