Azure / azure-iot-protocol-gateway

Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
Other
224 stars 152 forks source link

Added logging for reception of SUBSCRIBE messages. #161

Closed RyanFeldman closed 4 years ago

RyanFeldman commented 4 years ago

Enhancing logging of MqttAdapter by logging when we get a subscribe packet.

Also fixes the "Disconnecting gracefully" log typo as ChannelId should come before device Id.