diff options
author | 2012-08-17 14:12:51 +0200 | |
---|---|---|
committer | 2012-08-17 21:26:53 +0200 | |
commit | 395be3c2b8d8e14eb93167de003fa7d872d1547e (patch) | |
tree | a3028f0377b41518491beaf61e4857dd28ce55bb /docs | |
parent | conf: Fix ABI stability check for spicevmc channel (diff) | |
download | libvirt-395be3c2b8d8e14eb93167de003fa7d872d1547e.tar.gz libvirt-395be3c2b8d8e14eb93167de003fa7d872d1547e.tar.bz2 libvirt-395be3c2b8d8e14eb93167de003fa7d872d1547e.zip |
docs: Enhance documentation of log_filters
Also make sure documentation in libvirtd.conf matches the one from
logging.html.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/logging.html.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/logging.html.in b/docs/logging.html.in index 87e22920a..a95f7bc88 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -118,9 +118,12 @@ <pre> x:name (log message only) x:+name (log message + stack trace)</pre> - <p>where <code>name</code> is a match string e.g. <code>remote</code> or - <code>qemu</code> and the x is the minimal level where matching messages - should be logged:</p> + <p>where <code>name</code> is a string which is matched against source + file name, e.g., <code>remote</code>, <code>qemu</code>, or + <code>util/json</code>, the optional <code>+</code> prefix tells libvirt + to log stack trace for each message matching <code>name</code>, and + <code>x</code> is the minimal level where matching messages should + be logged:</p> <ul> <li>1: DEBUG</li> <li>2: INFO</li> |