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".
This commit is contained in:
parent
c219104c78
commit
b64fa7f062
|
@ -313,7 +313,7 @@ be logged:
|
||||||
Multiple filters can be defined in a single filters statement, they just
|
Multiple filters can be defined in a single filters statement, they just
|
||||||
need to be separated by spaces.")
|
need to be separated by spaces.")
|
||||||
(log-outputs
|
(log-outputs
|
||||||
(string "3:stderr")
|
(string "3:syslog:libvirtd")
|
||||||
"Logging outputs.
|
"Logging outputs.
|
||||||
|
|
||||||
An output is one of the places to save logging information
|
An output is one of the places to save logging information
|
||||||
|
|
Loading…
Reference in New Issue