From: Andrea Bolognani Date: Wed, 1 Apr 2020 16:57:27 +0000 (+0200) Subject: Revert "logging: Use default timeout of 120 seconds for virtlogd" X-Git-Tag: v6.2.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f406201562b4991b326a4e5aa782008f36e605c;p=thirdparty%2Flibvirt.git 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 02b6005063d6e8b5c6c695ed1ffaf10ef45143b0 Signed-off-by: Andrea Bolognani Reviewed-by: Ján Tomko --- diff --git a/src/logging/virtlogd.sysconf b/src/logging/virtlogd.sysconf index 678af34faf..5886f35110 100644 --- a/src/logging/virtlogd.sysconf +++ b/src/logging/virtlogd.sysconf @@ -1,3 +1,3 @@ # # Pass extra arguments to virtlogd -VIRTLOGD_ARGS="--timeout 120" +#VIRTLOGD_ARGS=