Re: [Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-08-18 Thread Amador Pahim
On Wed, Aug 16, 2017 at 8:17 AM, Markus Armbruster wrote: > Eduardo Habkost writes: > >> On Tue, Aug 15, 2017 at 10:10:12AM +0200, Markus Armbruster wrote: >>> Please spell "Python" with a capital "P" (it's a proper name). >>> >>> Amador Pahim writes: >>> >>> > Let's provide extra control and fl

Re: [Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-08-15 Thread Markus Armbruster
Eduardo Habkost writes: > On Tue, Aug 15, 2017 at 10:10:12AM +0200, Markus Armbruster wrote: >> Please spell "Python" with a capital "P" (it's a proper name). >> >> Amador Pahim writes: >> >> > Let's provide extra control and flexibility by using python logging >> > system instead of print and

Re: [Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-08-15 Thread Eduardo Habkost
On Tue, Aug 15, 2017 at 10:10:12AM +0200, Markus Armbruster wrote: > Please spell "Python" with a capital "P" (it's a proper name). > > Amador Pahim writes: > > > Let's provide extra control and flexibility by using python logging > > system instead of print and/or sys.std*.write(). > > > > Sign

Re: [Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-08-15 Thread Markus Armbruster
Please spell "Python" with a capital "P" (it's a proper name). Amador Pahim writes: > Let's provide extra control and flexibility by using python logging > system instead of print and/or sys.std*.write(). > > Signed-off-by: Amador Pahim How exactly does this change error messages? Is logging

Re: [Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-07-31 Thread Amador Pahim
On Mon, Jul 31, 2017 at 4:50 PM, Eduardo Habkost wrote: > On Mon, Jul 31, 2017 at 10:51:06AM +0200, Amador Pahim wrote: >> Let's provide extra control and flexibility by using python logging >> system instead of print and/or sys.std*.write(). >> >> Signed-off-by: Amador Pahim >> --- >> scripts/q

Re: [Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-07-31 Thread Eduardo Habkost
On Mon, Jul 31, 2017 at 10:51:06AM +0200, Amador Pahim wrote: > Let's provide extra control and flexibility by using python logging > system instead of print and/or sys.std*.write(). > > Signed-off-by: Amador Pahim > --- > scripts/qemu.py | 16 +--- > 1 file changed, 13 insertions(+)

[Qemu-devel] [PATCH v6 3/7] qemu.py: use python logging system

2017-07-31 Thread Amador Pahim
Let's provide extra control and flexibility by using python logging system instead of print and/or sys.std*.write(). Signed-off-by: Amador Pahim --- scripts/qemu.py | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/scripts/qemu.py b/scripts/qemu.py index 77565