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

2019-09-18 Thread John Snow
On 9/18/19 10:52 AM, Vladimir Sementsov-Ogievskiy wrote: > 18.09.2019 2:45, 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. >> >> iot

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

2019-09-18 Thread Vladimir Sementsov-Ogievskiy
18.09.2019 2:45, 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. Interestin

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

2019-09-17 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