You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The Cirrus Link modules support logging in the Ignition Gateway logs. Often when you are working with Cirrus Link support you will be asked to turn up a particular logger level to DEBUG or TRACE to assist in trouble shooting the issue.

From the Ignition UI connected to your instance of MQTT Distributor, navigate to Status > Diagnostic > Logs. Read the user manual Diagnostics - Logs explaining how to use the Logs console in Ignition 

Here we will document some of the common loggers and the extended information available in DEBUG and/or TRACE level. 

MQTT Transmission


MQTT Engine

Logger: com.cirruslink.mqttengine.gateway.sparkplug.sparkplugBPayloadHandler

Level: TRACE

Description: This will log the incoming messages in the SparkplugB namespace including topic and payload.


Logger: com.cirruslink.mqttengine.gateway.json.JsonPayloadHandler

Level: TRACE

Description: This will log the incoming messages in a custom namespace when parsing the string payload as JSON including topic and payload.


Logger: com.cirruslink.mqttengine.gateway.string.StringPayloadHandler

Level: TRACE

Description: This will log the incoming messages in a custom namespace when not parsing the string payload as JSON including topic and payload.


MQTT Distributor

Logger: io.moquette.spi.impl.ProtocolProcessor (pre v4.0.14)

Level: DEBUG

Description: This will log the connect requests for MQTT Clients. This allows us to see if multiple clients with the same Client ID are trying to connect to the broker which causes Colliding Client IDs.


Logger: com.cirruslink.cahriot.server.core.PacletHandler (4.0.14 and newer)

Level: DEBUG

Description: This will log the connect requests for MQTT clients. This allows us to see if multiple clients with the same ClientID are trying to connect to the broker which cause Colliding Clients IDs. 

  • No labels