oslo.messaging/oslo_messaging
liusheng 62b22060c8 Log the unique_id in listener than msg_id
When use notify functionality of oslo.message, the message listener
(message receiver) will log the msg_id, but the msg_id is only generated
when send a RPC CALL message. So that many useless message like
"received message msg_id: None reply to None" will be recorded in log
file. This change will record the unique_id which is useful for tracing
the messages from sender to receiver.

Change-Id: I61a174b2af60e0e7fb61436d6e20d01b2c413c45
2016-04-18 10:01:16 +08:00
..
_cmd [zmq] Reduce number of connections 2016-03-31 15:40:36 +03:00
_drivers Log the unique_id in listener than msg_id 2016-04-18 10:01:16 +08:00
hacking Update CheckForLoggingIssues hacking rule from keystone 2016-03-23 06:28:30 -04:00
locale Update translation setup 2016-01-29 10:39:35 +00:00
notify Merge "Make transport_url config option secret" 2016-04-07 15:05:23 +00:00
rpc Refactor driver's listener interface 2016-04-05 18:08:08 +00:00
tests Merge "[zmq] Fix cast message loss in simulator" 2016-04-13 13:44:15 +00:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
_i18n.py Update translation setup 2016-01-29 10:39:35 +00:00
_utils.py Trivial: Remove unused logging import 2016-01-23 10:37:32 +08:00
conffixture.py make enforce_type=True in CONF.set_override 2016-01-08 13:32:03 +08:00
dispatcher.py Move server related logic from dispatchers 2016-03-30 11:07:32 +00:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
localcontext.py Switch to warnings module instead of versionutils 2015-06-10 22:23:16 -04:00
opts.py Move server's logic from executors 2016-02-23 15:00:58 +00:00
serializer.py Revert "serializer: deprecate RequestContextSerializer" 2015-12-08 18:52:56 +00:00
server.py Refactor driver's listener interface 2016-04-05 18:08:08 +00:00
target.py Add support for multiple namespaces in Targets 2015-03-12 16:07:51 -04:00
transport.py Merge "Make transport_url config option secret" 2016-04-07 15:05:23 +00:00