Re: [PATCH v3 08/25] python/aqmp: add logging to AsyncProtocol

2021-08-17 Thread Eric Blake
On Tue, Aug 03, 2021 at 02:29:24PM -0400, John Snow wrote: > Give the connection and the reader/writer tasks nicknames, and add > logging statements throughout. > > Signed-off-by: John Snow > --- > python/qemu/aqmp/protocol.py | 82 > 1 file changed, 73 inser

[PATCH v3 08/25] python/aqmp: add logging to AsyncProtocol

2021-08-03 Thread John Snow
Give the connection and the reader/writer tasks nicknames, and add logging statements throughout. Signed-off-by: John Snow --- python/qemu/aqmp/protocol.py | 82 1 file changed, 73 insertions(+), 9 deletions(-) diff --git a/python/qemu/aqmp/protocol.py b/pyt