news: Update the news file with the log filter wildcard improvement

Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Erik Skultety 2018-04-03 10:10:17 +02:00
parent 8daa593b07
commit 209d4d6f42

View File

@ -56,6 +56,18 @@
supported. In fact, kernel has been supporting this since 4.10.
</description>
</change>
<change>
<summary>
logging: Introduce wildcard to log filters
</summary>
<description>
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.
</description>
</change>
</section>
<section title="Bug fixes">
<change>