commit | 9cccb3305a26ee01fea7b3a179eca01c98083e3a | [log] [tgz] |
---|---|---|
author | John Snow <jsnow@redhat.com> | Thu Oct 27 14:58:35 2022 -0400 |
committer | John Snow <jsnow@redhat.com> | Wed Jan 04 13:46:05 2023 -0500 |
tree | 48fe8fb0c84a9b642a83f0c706fd3f472c8c967c | |
parent | ecc9a58835f8d4ea4e3ed36832032a71ee08fbb2 [diff] |
python/machine: Add debug logging to key state changes When key decisions are made about the lifetime of the VM process being managed, there's no log entry. Juxtaposed with the very verbose runstate change logging of the QMP module, machine seems a bit too introverted now. Season the machine.py module with logging statements to taste to help make a tastier soup. Signed-off-by: John Snow <jsnow@redhat.com>