]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert "logging: Use default timeout of 120 seconds for virtlogd"
authorAndrea Bolognani <abologna@redhat.com>
Wed, 1 Apr 2020 16:57:27 +0000 (18:57 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 2 Apr 2020 13:59:12 +0000 (15:59 +0200)
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 02b6005063d6e8b5c6c695ed1ffaf10ef45143b0

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/logging/virtlogd.sysconf

index 678af34faf204ce34c725e53d0f1d8784d0bc33c..5886f351101557a0074097b9bd3b82ed30e795e7 100644 (file)
@@ -1,3 +1,3 @@
 #
 # Pass extra arguments to virtlogd
-VIRTLOGD_ARGS="--timeout 120"
+#VIRTLOGD_ARGS=