mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Revert "logging: Use default timeout of 120 seconds for virtlogd"
The same timeout as libvirtd can't be used for virtlogd: even with
socket activation in place, any message produced by QEMU on its
standard output/error between when virtlogd quits due to the timeout
and when it's started again due to socket activation will get lost.
This reverts commit 02b6005063
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#
|
||||
# Pass extra arguments to virtlogd
|
||||
VIRTLOGD_ARGS="--timeout 120"
|
||||
#VIRTLOGD_ARGS=
|
||||
|
||||
Reference in New Issue
Block a user