]> xenbits.xensource.com Git - libvirt.git/commit
libvirtd.conf: Document that we do a 'first' match on log filters
authorErik Skultety <eskultet@redhat.com>
Tue, 3 Apr 2018 07:56:09 +0000 (09:56 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 9 Apr 2018 06:42:28 +0000 (08:42 +0200)
commit8b112f24241885418b46b1c05840468dab94cabe
tree57ddc0a29d62aa22c3dc3301ca1a70bf70b33737
parentaa6ec98ff23dc95bde4d239603d0aa91e42b433e
libvirtd.conf: Document that we do a 'first' match on log filters

When applying the log filters, one has to define the more specific
filters before the generic ones, because the first filter that matches
will be applied. However, we've been missing this information in the
config, so it always has been a trial-error scenario figuring out that
e.g. '4:util 1:util.pci' doesn't actually enable verbose logging on the
src/util/virpci.c module because 4:util will be matched first.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
src/remote/libvirtd.conf