Re: [PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-05-18 Thread John Snow
On 5/15/20 5:03 AM, Kevin Wolf wrote: > Am 14.05.2020 um 21:54 hat John Snow geschrieben: >> >> >> On 5/14/20 6:06 AM, Kevin Wolf wrote: >>> Am 14.05.2020 um 08:24 hat John Snow geschrieben: On 3/31/20 9:44 AM, Kevin Wolf wrote: > Am 31.03.2020 um 02:00 hat John Snow geschrieben: >>

Re: [PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-05-15 Thread Kevin Wolf
Am 14.05.2020 um 21:54 hat John Snow geschrieben: > > > On 5/14/20 6:06 AM, Kevin Wolf wrote: > > Am 14.05.2020 um 08:24 hat John Snow geschrieben: > >> On 3/31/20 9:44 AM, Kevin Wolf wrote: > >>> Am 31.03.2020 um 02:00 hat John Snow geschrieben: > We can turn logging on/off globally instead

Re: [PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-05-14 Thread John Snow
On 5/14/20 6:06 AM, Kevin Wolf wrote: > Am 14.05.2020 um 08:24 hat John Snow geschrieben: >> On 3/31/20 9:44 AM, Kevin Wolf wrote: >>> Am 31.03.2020 um 02:00 hat John Snow geschrieben: We can turn logging on/off globally instead of per-function. Remove use_log from run_job, and us

Re: [PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-05-14 Thread Kevin Wolf
Am 14.05.2020 um 08:24 hat John Snow geschrieben: > On 3/31/20 9:44 AM, Kevin Wolf wrote: > > Am 31.03.2020 um 02:00 hat John Snow geschrieben: > >> 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 ou

Re: [PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-05-13 Thread John Snow
On 3/31/20 9:44 AM, Kevin Wolf wrote: > Am 31.03.2020 um 02:00 hat John Snow geschrieben: >> 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

Re: [PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-03-31 Thread Kevin Wolf
Am 31.03.2020 um 02:00 hat John Snow geschrieben: > 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 reas

[PATCH v10 14/14] iotests: use python logging for iotests.log()

2020-03-30 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. An extended note on python logging: A NullHandler is a