]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: update to properly reflect meaning of fields in log filter
authorLaine Stump <laine@laine.org>
Mon, 21 Dec 2015 15:53:57 +0000 (10:53 -0500)
committerLaine Stump <laine@laine.org>
Mon, 4 Jan 2016 20:19:38 +0000 (15:19 -0500)
commit79e7872530c4dcdfcfccc5ca6ce7b08a3e1cafb0
tree9f0aa7542f115c83870905c9ab812127e558f713
parent3d64a9d783a3023bb9ba8b02afbd1b958ecf1d61
docs: update to properly reflect meaning of fields in log filter

The documentation (and comment in libvirtd.conf) says that the text in
a log filter is compared to the "source file name", and gives the
example of "util/json", but this is not correct (at least not since
commit 2835c1e, possibly earlier). It is instead compared to the
string given in the VIR_LOG_INIT() macro invocation at the top of each
source file, which is always "similar to but not the same as" the
source file name (in the example above, the proper name is
"util.json", while the file name is "util/virjson.c"). This patch
corrects the misstatement in both the documentation and in
libvirtd.conf.
daemon/libvirtd.conf
docs/logging.html.in