From: Andrea Bolognani Date: Fri, 13 Nov 2020 15:27:24 +0000 (+0100) Subject: kbase: Shorten "less verbose QEMU logging" example X-Git-Tag: v6.10.0-rc1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045ecbeec66af26cc0ac5ca6ebcca5d1e644d5d9;p=thirdparty%2Flibvirt.git kbase: Shorten "less verbose QEMU logging" example Rationale for the changes: * access can be filtered out entirely, as nothing very interesting is produced by the only other component in the same package (access.accessdriverpolkit); * util.udev doesn't exist. Related filters are also more consistently grouped together. Signed-off-by: Andrea Bolognani Reviewed-by: Ján Tomko Reviewed-by: Peter Krempa --- diff --git a/docs/kbase/debuglogs.rst b/docs/kbase/debuglogs.rst index 7945cf8bed..f3937bc337 100644 --- a/docs/kbase/debuglogs.rst +++ b/docs/kbase/debuglogs.rst @@ -178,13 +178,12 @@ Less verbose logging for QEMU VMs Some subsystems are very noisy and usually not the culprit of the problems. They can be silenced individually for a less verbose log while still logging -everything else. Usual suspects are the JSON code, udev, authentication and such. +everything else. Usual suspects are the JSON code, RPC, authentication and such. A permissive filter is good for development use cases. :: - 3:remote 4:event 3:util.json 3:util.object 3:util.dbus 3:util.udev 3:node_device 3:rpc 3:access.accessmanager 3:util.netlink 1:* - + 3:remote 4:event 3:util.json 3:util.object 3:util.dbus 3:util.netlink 3:node_device 3:rpc 3:access 1:* Minimalistic QEMU QMP monitor logging ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~