diff --git a/docs/logging.html.in b/docs/logging.html.in index ebacdacacc..22b5422b10 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -170,8 +170,8 @@ export LIBVIRT_LOG_OUTPUTS="1:file:virsh.log" put the correct breakpoints when running under a debugger.

To activate full debug of the libvirt entry points, utility functions and the QEmu/KVM driver, set:

-
log_filters=1:libvirt 1:util 1:qemu
-log_output=1:file:/var/log/libvirt/libvirtd.log
+
log_filters="1:libvirt 1:util 1:qemu"
+log_outputs="1:file:/var/log/libvirt/libvirtd.log"

in libvirtd.conf and restart the daemon will allow to gather a copious amount of debugging traces for the operations done in those areas.