tests/functional: enable debug logging for QEMUMachine
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 21 Nov 2024 16:57:38 +0000 (16:57 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Nov 2024 10:13:33 +0000 (10:13 +0000)
commit9bcfead1ee1c5d37c39b129557e1528879270fea
treec65eedeaf4ac2a892321882ea2e7862d9629ba06
parent9f85aff93f5dcedb70819a5ed7796b6df90fdf2d
tests/functional: enable debug logging for QEMUMachine

Set the 'qemu.machine' logger to 'DEBUG' level, to ensure we see log
messages related to the QEMUMachine class. Most importantly this
ensures we capture the full QEMU command line args for instances we
spawn.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20241121154218.1423005-12-berrange@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20241121165806.476008-12-alex.bennee@linaro.org>
tests/functional/qemu_test/testcase.py