]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Decrease logging verbosity
authorPeter Krempa <pkrempa@redhat.com>
Wed, 20 Dec 2017 12:09:07 +0000 (13:09 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Jan 2018 14:21:30 +0000 (15:21 +0100)
commitf10bb3347b43d900ff361cda5fe1996782284991
tree89f8e37da65ac9b0afece2a1df4924f82b1a0abb
parentf06e488d5484031a76e7ed231c8fef8fa1181d2c
qemu: monitor: Decrease logging verbosity

The PROBE macro used in qemuMonitorIOProcess and the VIR_DEBUG message
in qemuMonitorJSONIOProcess create a lot of logging churn when debug
logging is enabled during monitor communication.

The messages logged from the PROBE macro are rather useless since they
are reporting the partial state of receiving the reply from qemu. The
actual full reply is still logged in qemuMonitorJSONIOProcessLine once
the full message is received.
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor_json.c