diff --git a/bootstrap.conf b/bootstrap.conf index 1b5a68b873b95a2c526caf9b4b5f223a1f0c618d..0c7de2d2aa53be97515daaa0692aa31686883c1a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -33,7 +33,6 @@ connect configmake dirname-lgpl environ -execinfo fclose fcntl fcntl-h diff --git a/docs/logging.html.in b/docs/logging.html.in index be2fd4ab5b8e7580fddeae5447413f20d22f1d19..65c13e8a19df9f4e667cbc16785b79dd72639dac 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -100,18 +100,15 @@

The syntax for filters and outputs is the same for both types of variables.

-

The format for a filter is one of:

+

The format for a filter is:

-x:name  (log message only)
-x:+name (log message + stack trace)
+x:name

where name is a string which is matched against the category given in the VIR_LOG_INIT() at the top of each libvirt source file, e.g., remote, qemu, or util.json (the name in the filter can be a substring of the full category name, in order to match multiple - similar categories), the optional + prefix tells - libvirt to log stack trace for each message - matching name, and x is the minimal + similar categories), and x is the minimal level where matching messages should be logged: