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). -The library configuration of logging is through 3 environment variables allowing to control the logging behaviour:
Similarly the daemon logging behaviour can be tuned using 3 config variables, stored in the configuration file:
killall -USR2 libvirtd-
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
- For example setting up the following:
export LIBVIRT_DEBUG=1 export LIBVIRT_LOG_OUTPUTS="1:file:virsh.log"