OSDN Git Service

python/qemu/machine: remove logging configuration
authorJohn Snow <jsnow@redhat.com>
Thu, 14 May 2020 05:53:52 +0000 (01:53 -0400)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 16:25:30 +0000 (18:25 +0200)
commit053774bdecf60c0500d66a05e02e48ff24ab23cf
treece6e0131d5868133059530b94cd8e450bbeacffd
parente0e925a61141552bca7277d06516ad78258423da
python/qemu/machine: remove logging configuration

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 <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200514055403.18902-22-jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
python/qemu/machine.py