From 28deb224859476213d8e988835dbe669a44871ce Mon Sep 17 00:00:00 2001 From: Han Han Date: Wed, 11 May 2022 10:17:03 +0800 Subject: [PATCH] news: logging: allow max_len=0 to disable log rollover Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index cd80fdab06..4fbf911298 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1216,6 +1216,10 @@ v6.9.0 (2020-11-02) For SR-IOV VF hostdevs, libvirt now supports retrieving device traffic stats via the ``virDomainInterfaceStats`` API and ``virsh domifstat``. + * logging: Allow disabling log rollover + + Set ``max_len=0`` in ``virtlogd.conf`` to disable log rollover. + * **Bug fixes** * hyperv: ensure WQL queries work in all locales -- 2.39.5