oslo.messaging/oslo_messaging/rpc
LIU Yulong 104a63b9aa Add RPC incoming and reply log
Typically a simple log will not narrow down the performance, but give
us more information about the service status.

The commit 859e0d4eaa directly revert
the log due to the msg_id is not accessable for non-rabbit drivers.
It's not the right way to make things better.

So add the log back with the attribute msg_id for base IncomingMessage
class.

Closes-Bug: #2072156

Related-Bug: #1847747
Related-Bug: #1855775

Change-Id: Ib35c8fbb24d5c51d3b54e8ca63e663428318eca5
2024-07-12 18:40:11 +09:00
..
__init__.py Implement get_rpc_client function 2022-10-25 11:42:40 +00:00
client.py Support overriding class for get_rpc_* helper functions 2023-01-23 08:40:37 +00:00
dispatcher.py Add a ping endpoint to RPC dispatcher 2020-08-18 15:09:29 +02:00
server.py Add RPC incoming and reply log 2024-07-12 18:40:11 +09:00
transport.py Support overriding class for get_rpc_* helper functions 2023-01-23 08:40:37 +00:00