Re: [PATCH 7/8] python/qemu: allow avocado to set logging name space

2023-05-23 Thread Daniel P . Berrangé
On Thu, May 18, 2023 at 04:15:03PM -0400, John Snow wrote: > On Thu, May 18, 2023 at 12:20 PM Alex Bennée wrote: > > > > Since the update to the latest version Avocado only automatically > > collects logging under the avocado name space. Tweak the QEMUMachine > > class to allow avocado to bring lo

Re: [PATCH 7/8] python/qemu: allow avocado to set logging name space

2023-05-22 Thread John Snow
On Fri, May 19, 2023 at 2:39 AM Alex Bennée wrote: > > > John Snow writes: > > > On Thu, May 18, 2023 at 12:20 PM Alex Bennée wrote: > >> > >> Since the update to the latest version Avocado only automatically > >> collects logging under the avocado name space. Tweak the QEMUMachine > >> class to

Re: [PATCH 7/8] python/qemu: allow avocado to set logging name space

2023-05-18 Thread Alex Bennée
John Snow writes: > On Thu, May 18, 2023 at 12:20 PM Alex Bennée wrote: >> >> Since the update to the latest version Avocado only automatically >> collects logging under the avocado name space. Tweak the QEMUMachine >> class to allow avocado to bring logging under its name space. This >> also

Re: [PATCH 7/8] python/qemu: allow avocado to set logging name space

2023-05-18 Thread John Snow
On Thu, May 18, 2023 at 12:20 PM Alex Bennée wrote: > > Since the update to the latest version Avocado only automatically > collects logging under the avocado name space. Tweak the QEMUMachine > class to allow avocado to bring logging under its name space. This > also allows useful tricks like: >

[PATCH 7/8] python/qemu: allow avocado to set logging name space

2023-05-18 Thread Alex Bennée
Since the update to the latest version Avocado only automatically collects logging under the avocado name space. Tweak the QEMUMachine class to allow avocado to bring logging under its name space. This also allows useful tricks like: ./avocado --show avocado.qemu.machine run path/to/test if you