[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: services: virtualization: Change libvirtd use syslog by default.
From: |
guix-commits |
Subject: |
01/01: services: virtualization: Change libvirtd use syslog by default. |
Date: |
Sat, 21 Sep 2019 12:40:19 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b64fa7f0626618664330e83dbdbfb7a70736f657
Author: Christopher Baines <address@hidden>
Date: Sun Sep 8 18:37:53 2019 +0100
services: virtualization: Change libvirtd use syslog by default.
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 3eecd2c..bc8ac9b 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