Re: [Gluster-devel] [PATCH v2 1/1] block/gluster: add support to choose libgfapi logfile

2016-07-07 Thread Jeff Cody
.logfile=/var/log/qemu/qemu-gfapi.log > > Signed-off-by: Prasanna Kumar Kalever > --- > v1: initial patch > v2: address comments from Jeff Cody, thanks Jeff! Reviewed-by: Jeff Cody > --- > block/gluster.c | 39 --- > 1 file chan

Re: [Gluster-devel] [PATCH] block/gluster: add support to choose libgfapi logfile

2016-07-05 Thread Jeff Cody
On Tue, Jul 05, 2016 at 02:46:26PM +0530, Prasanna Kumar Kalever wrote: > currently all the libgfapi logs defaults to '/dev/stderr' as it was hardcoded > in a call to glfs logging api, in case if debug level is chosen to DEBUG/TRACE > gfapi logs will be huge and fill/overflow the console view. > >