From: Daniel P. Berrange
Date: Mon, 24 Feb 2014 16:34:36 +0000 (+0000)
Subject: Fix heading level in logging docs
X-Git-Tag: v1.2.2~10
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86ee41bc1d6eebeff7a5eb4511d2251cc4d8d3a;p=thirdparty%2Flibvirt.git
Fix heading level in logging docs
The logging docs went straight from to header level,
skipping out .
Signed-off-by: Daniel P. Berrange
---
diff --git a/docs/logging.html.in b/docs/logging.html.in
index 1cd15a11aa..ac415f8674 100644
--- a/docs/logging.html.in
+++ b/docs/logging.html.in
@@ -24,9 +24,9 @@
Examples
-
+
The logging functionalities in libvirt are based on 3 key concepts,
similar to the one present in other generic logging facilities like
log4j:
@@ -58,9 +58,9 @@
default is 64 kB. This can be used when debugging the library
(see the virLogBuffer variable content).
-
+
Configuring logging in the library
-
+
The library configuration of logging is through 3 environment variables
allowing to control the logging behaviour:
@@ -79,9 +79,9 @@
you specify an invalid value, it will be ignored with a warning. If you
have an error in a filter or output string, some of the settings may be
applied up to the point at which libvirt encountered the error.
-
+
Logging in the daemon
-
+
Similarly the daemon logging behaviour can be tuned using 3 config
variables, stored in the configuration file:
@@ -110,9 +110,9 @@
by default) in case of crash, this can also be activated explicitly
for debugging purposes by sending the daemon a USR2 signal:
killall -USR2 libvirtd
-
+
Syntax for filters and output values
-
+
The syntax for filters and outputs is the same for both types of
variables.
The format for a filter is one of:
@@ -159,9 +159,9 @@
will log all warnings and errors to syslog under the libvirtd ident
but also log all debug and information included in the
file /tmp/libvirt.log
-
+
Examples
-
+
For example setting up the following:
export LIBVIRT_DEBUG=1
export LIBVIRT_LOG_OUTPUTS="1:file:virsh.log"