Re: [Qemu-devel] [PATCH for-2.7 1/1] block/gluster: add support for selecting debug logging level

2016-04-08 Thread Niels de Vos
On Thu, Apr 07, 2016 at 05:24:19PM -0400, Jeff Cody wrote: > This adds commandline support for the logging level of the > gluster protocol driver, output to stdout. The option is 'debug', > e.g.: > > -drive filename=gluster://192.168.15.180/gv2/test.qcow2,debug=9 > > Debug levels are 0-9, with

[Qemu-devel] [PATCH for-2.7 1/1] block/gluster: add support for selecting debug logging level

2016-04-07 Thread Jeff Cody
This adds commandline support for the logging level of the gluster protocol driver, output to stdout. The option is 'debug', e.g.: -drive filename=gluster://192.168.15.180/gv2/test.qcow2,debug=9 Debug levels are 0-9, with 9 being the most verbose, and 0 representing no debugging output. The