OK, I must be living in the Twilight Zone:
 The only way to do it right now is to edit the virt-p2v-server 
 executable. Up at the top, you should see: 
 # Uncomment these 2 lines to capture debug information from the
conversion
 # process
 #$ENV{'LIBGUESTFS_DEBUG'} = 1;
 #$ENV{'LIBGUESTFS_TRACE'} = 1; 
Is there another virt-p2v-server somewhere?  The above lines don't exist.  Should I
just put them in?
[root@FedoraP2V bin]#
[root@FedoraP2V bin]# grep DEBUG virt-p2v-server
#logmsg_level(DEBUG);
    logmsg DEBUG, __x('Received: {command} {args}',
        logmsg DEBUG, "Read $in bytes";
    logmsg DEBUG, __x('Sent: {msg}', msg => $msg);
    logmsg DEBUG, __x('Sent: {msg}', msg => $msg);
    logmsg DEBUG, __x('Sent: {msg}', msg => $msg);
[root@FedoraP2V bin]#
[root@FedoraP2V bin]#
[root@FedoraP2V bin]# grep TRACE virt-p2v-server
[root@FedoraP2V bin]#
[root@FedoraP2V bin]#
[root@FedoraP2V bin]# find / -name virt-p2v-server
/usr/bin/virt-p2v-server
[root@FedoraP2V bin]#
- Greg