Product/components used and version/fix level:
Cumulocity Edge 10.15
Detailed explanation of the problem:
When sending Json via MQTT Messages with a python paho client to the Cumulocity IoT Edge,
the paho client_c8y._out_messages queue gets not emptied fast enougth what produces an error.
This is the sending command:
client_c8y.publish("measurement/measurements/createBulk", json.dumps(payload), qos=1)
To debug this issue, i need to see a log of the cumulocity side MQTT broker or inbound messages. Is this possible?
I cannot find this log in the “diagnostic file” which can be downloaded from the management tenant administration.