From 9f406201562b4991b326a4e5aa782008f36e605c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 1 Apr 2020 18:57:27 +0200 Subject: [PATCH] Revert "logging: Use default timeout of 120 seconds for virtlogd" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/logging/virtlogd.sysconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- GitLab