Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-02 Thread Yaniv Bronheim
- Original Message - > From: "Dan Kenigsberg" > To: "David Gibson" > Cc: "Tomas Dosek" , vdsm-devel@lists.fedorahosted.org > Sent: Wednesday, October 2, 2013 11:21:30 AM > Subject: Re: [vdsm] supervdsmServer: Enable logging from multiproce

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-02 Thread Dan Kenigsberg
On Wed, Oct 02, 2013 at 03:59:58PM +1000, David Gibson wrote: > On Tue, 01 Oct 2013 20:25:21 +0100 > Lee Yarwood wrote: > > > On 10/01/2013 06:35 PM, Dan Kenigsberg wrote: > > > On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote: > > >> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote: > > >

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-01 Thread David Gibson
On Tue, 01 Oct 2013 20:25:21 +0100 Lee Yarwood wrote: > On 10/01/2013 06:35 PM, Dan Kenigsberg wrote: > > On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote: > >> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote: > >>> It is prefered to post patches to gerrit.ovirt.org. > >> > >> Apologies f

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-01 Thread Lee Yarwood
On 10/01/2013 06:35 PM, Dan Kenigsberg wrote: > On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote: >> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote: >>> It is prefered to post patches to gerrit.ovirt.org. >> >> Apologies for jumping in David but I've pushed this here for now : >> >> http:/

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-01 Thread Dan Kenigsberg
On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote: > On 10/01/2013 09:00 AM, Dan Kenigsberg wrote: > > It is prefered to post patches to gerrit.ovirt.org. > > Apologies for jumping in David but I've pushed this here for now : > > http://gerrit.ovirt.org/19741 Thanks! > > > On Tue, Oc

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-01 Thread Lee Yarwood
On 10/01/2013 09:00 AM, Dan Kenigsberg wrote: > It is prefered to post patches to gerrit.ovirt.org. Apologies for jumping in David but I've pushed this here for now : http://gerrit.ovirt.org/19741 > On Tue, Oct 01, 2013 at 01:18:25PM +1000, David Gibson wrote: >> At present, if the super vdsm se

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-01 Thread Dan Kenigsberg
It is prefered to post patches to gerrit.ovirt.org. On Tue, Oct 01, 2013 at 01:18:25PM +1000, David Gibson wrote: > At present, if the super vdsm server dies with an exception inside > Python's multiprocessing module, then it will not usually produce any > useful debugging output. For our context

[vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-09-30 Thread David Gibson
At present, if the super vdsm server dies with an exception inside Python's multiprocessing module, then it will not usually produce any useful debugging output. The multiprocessing module includes error logging using Python's logging module, but it is not enabled by default. This patch enables t