Re: [PATCH 1/2] python/machine: Add debug logging to key state changes

2022-10-25 Thread John Snow
On Tue, Oct 25, 2022 at 4:24 AM Daniel P. Berrangé wrote: > > On Mon, Oct 24, 2022 at 03:53:54PM -0400, John Snow wrote: > > 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

Re: [PATCH 1/2] python/machine: Add debug logging to key state changes

2022-10-25 Thread Daniel P . Berrangé
On Mon, Oct 24, 2022 at 03:53:54PM -0400, John Snow wrote: > 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 t

[PATCH 1/2] python/machine: Add debug logging to key state changes

2022-10-24 Thread John Snow
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 ta