python/aqmp: add logging to AsyncProtocol
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:36 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commit50e533061f30e69d618643c9513b6797019023d1
tree0d70aa0a0ed091700cacfd832870f9c8167340f7
parentc1408345af0fd5b2e7a286743b4678bc70fe5051
python/aqmp: add logging to AsyncProtocol

Give the connection and the reader/writer tasks nicknames, and add
logging statements throughout.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20210915162955.333025-9-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/protocol.py