]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: logging: allow max_len=0 to disable log rollover
authorHan Han <hhan@redhat.com>
Wed, 11 May 2022 02:17:03 +0000 (10:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 18 May 2022 17:55:49 +0000 (19:55 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index cd80fdab060a4d1b077f709eee7b3fa869500c22..4fbf9112985b3934e8e38c54c932594711a3fb39 100644 (file)
--- 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