Re: [Qemu-devel] [PATCH 2/2] iotests: use python logging for iotests.log()

2019-07-29 Thread John Snow
On 7/28/19 7:36 PM, Eduardo Habkost wrote: > On Fri, Jul 26, 2019 at 06:52:01PM -0400, John Snow wrote: >> We can turn logging on/off globally instead of per-function. >> >> Remove use_log from run_job, and use python logging to turn on >> diffable output when we run through a script entry point

Re: [Qemu-devel] [PATCH 2/2] iotests: use python logging for iotests.log()

2019-07-28 Thread Eduardo Habkost
On Fri, Jul 26, 2019 at 06:52:01PM -0400, John Snow wrote: > We can turn logging on/off globally instead of per-function. > > Remove use_log from run_job, and use python logging to turn on > diffable output when we run through a script entry point. > > (No, I have no idea why output on 245 change

[Qemu-devel] [PATCH 2/2] iotests: use python logging for iotests.log()

2019-07-26 Thread John Snow
We can turn logging on/off globally instead of per-function. Remove use_log from run_job, and use python logging to turn on diffable output when we run through a script entry point. (No, I have no idea why output on 245 changed. I really don't.) Signed-off-by: John Snow --- tests/qemu-iotests/