Re: [PATCH v2 11/24] python/aqmp: add _cb_inbound and _cb_inbound logging hooks

2021-07-20 Thread John Snow
On Tue, Jul 20, 2021 at 2:52 PM Niteesh G. S. wrote: > I think there's a typo in your commit message subject. > > Thanks, > Niteesh. > > Whoops, there sure is. Fixed locally, thanks! --js

Re: [PATCH v2 11/24] python/aqmp: add _cb_inbound and _cb_inbound logging hooks

2021-07-20 Thread Niteesh G. S.
I think there's a typo in your commit message subject. Thanks, Niteesh. On Sat, Jul 17, 2021 at 6:03 AM John Snow wrote: > Add hooks designed to log/filter incoming/outgoing messages. The primary > intent for these is to be able to support iotests which may want to log > messages with specific

[PATCH v2 11/24] python/aqmp: add _cb_inbound and _cb_inbound logging hooks

2021-07-16 Thread John Snow
Add hooks designed to log/filter incoming/outgoing messages. The primary intent for these is to be able to support iotests which may want to log messages with specific filters for reproducible output. Another use is for plugging into Urwid frameworks; all messages in/out can be automatically added