Re: [libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-29 Thread Daniel P. Berrange
On Wed, Oct 24, 2012 at 05:01:54PM -0400, Cole Robinson wrote: This commit changes the behavior of LIBVIRT_DEBUG=1 libvirtd: $ git show 7022b09111d4322d21396a70d58320a9ad773962 commit 7022b09111d4322d21396a70d58320a9ad773962 Author: Daniel P. Berrange berra...@redhat.com Date: Thu Sep 27

Re: [libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-25 Thread Cole Robinson
On 10/24/2012 06:11 PM, Eric Blake wrote: On 10/24/2012 03:47 PM, Eric Blake wrote: On 10/24/2012 03:01 PM, Cole Robinson wrote: This commit changes the behavior of LIBVIRT_DEBUG=1 libvirtd: $ git show 7022b09111d4322d21396a70d58320a9ad773962 commit 7022b09111d4322d21396a70d58320a9ad773962

Re: [libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-25 Thread Eric Blake
On 10/25/2012 02:35 PM, Cole Robinson wrote: Thinking about it a bit more, should we be checking if stderr, rather than stdin, is a ttty? That is, if you run 'libvirtd /dev/null' from a terminal, don't you still want output to the stderr tty? But the libvirtd out 21 is going to stop

Re: [libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-25 Thread Cole Robinson
On 10/25/2012 04:43 PM, Eric Blake wrote: On 10/25/2012 02:35 PM, Cole Robinson wrote: Thinking about it a bit more, should we be checking if stderr, rather than stdin, is a ttty? That is, if you run 'libvirtd /dev/null' from a terminal, don't you still want output to the stderr tty? But

[libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-24 Thread Cole Robinson
This commit changes the behavior of LIBVIRT_DEBUG=1 libvirtd: $ git show 7022b09111d4322d21396a70d58320a9ad773962 commit 7022b09111d4322d21396a70d58320a9ad773962 Author: Daniel P. Berrange berra...@redhat.com Date: Thu Sep 27 13:13:09 2012 +0100 Automatically enable systemd journal logging

Re: [libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-24 Thread Eric Blake
On 10/24/2012 03:01 PM, Cole Robinson wrote: This commit changes the behavior of LIBVIRT_DEBUG=1 libvirtd: $ git show 7022b09111d4322d21396a70d58320a9ad773962 commit 7022b09111d4322d21396a70d58320a9ad773962 Author: Daniel P. Berrange berra...@redhat.com Date: Thu Sep 27 13:13:09 2012

Re: [libvirt] [PATCH] daemon: Fix LIBVIRT_DEBUG=1 default output

2012-10-24 Thread Eric Blake
On 10/24/2012 03:47 PM, Eric Blake wrote: On 10/24/2012 03:01 PM, Cole Robinson wrote: This commit changes the behavior of LIBVIRT_DEBUG=1 libvirtd: $ git show 7022b09111d4322d21396a70d58320a9ad773962 commit 7022b09111d4322d21396a70d58320a9ad773962 Author: Daniel P. Berrange