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

2019-09-17 Thread John Snow
On 9/17/19 7:35 AM, Vladimir Sementsov-Ogievskiy wrote: > 12.09.2019 3:16, 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 v4 4/4] iotests: use python logging for iotests.log()

2019-09-17 Thread Vladimir Sementsov-Ogievskiy
12.09.2019 3:16, 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. > > iotest 245 changes output order due to buffering reasons. > >

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

2019-09-11 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. iotest 245 changes output order due to buffering reasons. Signed-off-by: John Snow --- tests/qemu-iotests/030