From: Erik Skultety Date: Tue, 3 Apr 2018 08:10:17 +0000 (+0200) Subject: news: Update the news file with the log filter wildcard improvement X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=209d4d6f42a01829c68ef54b042a0c53ef0b22d3;p=libvirt.git news: Update the news file with the log filter wildcard improvement Signed-off-by: Erik Skultety --- diff --git a/docs/news.xml b/docs/news.xml index 37e1ba6f56..798ab6da40 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -56,6 +56,18 @@ supported. In fact, kernel has been supporting this since 4.10. + + + logging: Introduce wildcard to log filters + + + In an effort to deprecate the log_level variable in favour of the log + filters, introduce a wildcard filter, e.g. '1:*'. This change is most + noticeable during runtime using virt-admin, where the only way to + mimic the log_level's functionality has been to specify a number of + filters which can be a bit painful. + +