You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To facilitate more easily cross-checking a a Relayed message with what was seen in the Gatewaylog:
After the message is parsed into python objects create a hash of the json.dumps(<message component>).
Put this into the message header component as, e.g. msg_hash.
Log this msg_hash in the Gateway.log
NB: Take care that the json.dumps() produces the same string as the Relay ends up sending out so that it can be reconstructed by a Listener if needs be.
The text was updated successfully, but these errors were encountered:
To facilitate more easily cross-checking a a Relayed message with what was seen in the Gatewaylog:
json.dumps(<message component>)
.header
component as, e.g.msg_hash
.msg_hash
in the Gateway.logNB: Take care that the
json.dumps()
produces the same string as the Relay ends up sending out so that it can be reconstructed by a Listener if needs be.The text was updated successfully, but these errors were encountered: