hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

enable qemu debug logging #62

Open tgross opened 3 weeks ago

tgross commented 3 weeks ago

For the qemu driver, we emit logs from qemu into the executor log. We can do something similar here by using whatever libvirt configuration will enable the -D ./qemu-debug.log option, and then drop those logs in the allocdir for debugging.