Re: [Qemu-devel] [PULL 1/2] block/gluster: add support to choose libgfapi logfile

2016-09-13 Thread Jeff Cody
On Tue, Sep 13, 2016 at 10:23:32AM -0500, Eric Blake wrote: > On 09/13/2016 12:42 AM, Jeff Cody wrote: > > From: Prasanna Kumar Kalever > > > > currently all the libgfapi logs defaults to '/dev/stderr' as it was > > hardcoded > > in a call to glfs logging api. When the debug level is chosen to

Re: [Qemu-devel] [PULL 1/2] block/gluster: add support to choose libgfapi logfile

2016-09-13 Thread Eric Blake
On 09/13/2016 12:42 AM, Jeff Cody wrote: > From: Prasanna Kumar Kalever > > currently all the libgfapi logs defaults to '/dev/stderr' as it was hardcoded > in a call to glfs logging api. When the debug level is chosen to DEBUG/TRACE, > gfapi logs will be huge and fill/overflow the console view. >

[Qemu-devel] [PULL 1/2] block/gluster: add support to choose libgfapi logfile

2016-09-12 Thread Jeff Cody
From: Prasanna Kumar Kalever currently all the libgfapi logs defaults to '/dev/stderr' as it was hardcoded in a call to glfs logging api. When the debug level is chosen to DEBUG/TRACE, gfapi logs will be huge and fill/overflow the console view. This patch provides a commandline option to mention