news: logging: allow max_len=0 to disable log rollover

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Han Han 2022-05-11 10:17:03 +08:00 committed by Andrea Bolognani
parent 07666093f7
commit 28deb22485

View File

@ -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