diff --git a/docs/news.xml b/docs/news.xml index 37e1ba6f56e8d609c47e779381e5177e8edf523b..798ab6da40a0c28aed80a33de4979e3f9702530d 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. + +