Re: [PATCH RFC 21/32] python//machine.py: remove logging configuration

2020-05-31 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: > Python 3.5 and above do not print a warning when logging is not > configured. As a library, it's best practice to leave logging > configuration to the client executable. > > Signed-off-by: John Snow > --- > python/qemu/lib/machine.py | 3 --- > 1 file

Re: [PATCH RFC 21/32] python//machine.py: remove logging configuration

2020-05-14 Thread Philippe Mathieu-Daudé
On 5/14/20 7:53 AM, John Snow wrote: Python 3.5 and above do not print a warning when logging is not configured. As a library, it's best practice to leave logging configuration to the client executable. Signed-off-by: John Snow --- python/qemu/lib/machine.py | 3 --- 1 file changed, 3

[PATCH RFC 21/32] python//machine.py: remove logging configuration

2020-05-14 Thread John Snow
Python 3.5 and above do not print a warning when logging is not configured. As a library, it's best practice to leave logging configuration to the client executable. Signed-off-by: John Snow --- python/qemu/lib/machine.py | 3 --- 1 file changed, 3 deletions(-) diff --git