mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ (define-configuration libvirt-configuration
|
||||||
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 a new issue