]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix usage example on setting log levels
authorEric Blake <eblake@redhat.com>
Mon, 12 Mar 2012 21:34:55 +0000 (15:34 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 12 Mar 2012 21:34:55 +0000 (15:34 -0600)
Reported by Michael S. Tsirkin.

* docs/logging.html.in (log_examples): Use correct libvirtd.conf
syntax.

docs/logging.html.in

index ebacdacacc13dc6e1ddec9a26accb4aed5cee930..22b5422b10088134486fcd70b798bfb67aa912b8 100644 (file)
@@ -170,8 +170,8 @@ export LIBVIRT_LOG_OUTPUTS="1:file:virsh.log"</pre>
     put the correct breakpoints when running under a debugger.</p>
     <p>To activate full debug of the libvirt entry points, utility
     functions and the QEmu/KVM driver, set:</p>
-    <pre>log_filters=1:libvirt 1:util 1:qemu
-log_output=1:file:/var/log/libvirt/libvirtd.log</pre>
+    <pre>log_filters="1:libvirt 1:util 1:qemu"
+log_outputs="1:file:/var/log/libvirt/libvirtd.log"</pre>
     <p>in libvirtd.conf and restart the daemon will allow to
     gather a copious amount of debugging traces for the operations done
     in those areas.</p>