GNU bug report logs -
#37343
[PATCH] services: virtualization: Change libvirtd use syslog by default.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 21 Sep 2019 17:40:41 +0100
with message-id <87k1a11u2e.fsf <at> cbaines.net>
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
help-debbugs <at> gnu.org.)
--
37343: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37343
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
This bug report was last modified 5 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.