Re: [PATCH v9 00/14] iotests: use python logging

2020-03-31 Thread Kevin Wolf
Am 30.03.2020 um 21:03 hat John Snow geschrieben: > > > On 3/24/20 7:20 PM, John Snow wrote: > > This series uses python logging to enable output conditionally on > > iotests.log(). We unify an initialization call (which also enables > > debugging output for those tests with -d) and then make the

Re: [PATCH v9 00/14] iotests: use python logging

2020-03-30 Thread John Snow
On 3/30/20 9:00 AM, Max Reitz wrote: > On 25.03.20 00:20, John Snow wrote: >> This series uses python logging to enable output conditionally on >> iotests.log(). We unify an initialization call (which also enables >> debugging output for those tests with -d) and then make the switch >> inside of

Re: [PATCH v9 00/14] iotests: use python logging

2020-03-30 Thread John Snow
On 3/24/20 7:20 PM, John Snow wrote: > This series uses python logging to enable output conditionally on > iotests.log(). We unify an initialization call (which also enables > debugging output for those tests with -d) and then make the switch > inside of iotests. > > It will help alleviate the

Re: [PATCH v9 00/14] iotests: use python logging

2020-03-30 Thread Max Reitz
On 25.03.20 00:20, John Snow wrote: > This series uses python logging to enable output conditionally on > iotests.log(). We unify an initialization call (which also enables > debugging output for those tests with -d) and then make the switch > inside of iotests. > > It will help alleviate the need

[PATCH v9 00/14] iotests: use python logging

2020-03-24 Thread John Snow
This series uses python logging to enable output conditionally on iotests.log(). We unify an initialization call (which also enables debugging output for those tests with -d) and then make the switch inside of iotests. It will help alleviate the need to create logged/unlogged versions of all the v