From: Han Han Date: Wed, 11 May 2022 02:17:03 +0000 (+0800) Subject: news: logging: allow max_len=0 to disable log rollover X-Git-Tag: v8.4.0-rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28deb224859476213d8e988835dbe669a44871ce;p=thirdparty%2Flibvirt.git news: logging: allow max_len=0 to disable log rollover Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- 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