Displaying 1 result from an estimated 1 matches for "b8379d0".
Did you mean:
837900
2009 Sep 09
2
[PATCH] Add command trace functionality
...qemu which was found at compile time by the configure script is
used.
+=item LIBGUESTFS_TRACE
+
+Set C<LIBGUESTFS_TRACE=1> to enable command traces.
+
=item PAGER
The C<more> command uses C<$PAGER> as the pager. If not
diff --git a/guestfs.pod b/guestfs.pod
index d8e4da3..b8379d0 100644
--- a/guestfs.pod
+++ b/guestfs.pod
@@ -983,6 +983,11 @@ used.
See also L</QEMU WRAPPERS> above.
+=item LIBGUESTFS_TRACE
+
+Set C<LIBGUESTFS_TRACE=1> to enable command traces. This
+has the same effect as calling C<guestfs_set_trace (handle, 1)>.
+
=item TMPDIR
Lo...