[libvirt] [PATCH 4/4] news: Update the news file with the log filter wildcard improvement

Erik Skultety posted 4 patches 7 years, 1 month ago
[libvirt] [PATCH 4/4] news: Update the news file with the log filter wildcard improvement
Posted by Erik Skultety 7 years, 1 month ago
Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 docs/news.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 87f52e83e..6dab4844d 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -47,6 +47,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 a bit painful.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 4/4] news: Update the news file with the log filter wildcard improvement
Posted by Ján Tomko 7 years, 1 month ago
On Tue, Apr 03, 2018 at 10:45:49AM +0200, Erik Skultety wrote:
>Signed-off-by: Erik Skultety <eskultet@redhat.com>
>---
> docs/news.xml | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
>diff --git a/docs/news.xml b/docs/news.xml
>index 87f52e83e..6dab4844d 100644
>--- a/docs/news.xml
>+++ b/docs/news.xml
>@@ -47,6 +47,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 a bit painful.

can be

ACK

Jano

>+        </description>
>+      </change>
>     </section>
>     <section title="Bug fixes">
>     </section>
>-- 
>2.14.3
>
>--
>libvir-list mailing list
>libvir-list@redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list