Logs

With OmniCore, you can specify a log topic to send log events. There are two types of logging: ERROR and INFO. ERROR logging captures device communication errors, while INFO logging captures general information about communication from devices. Both the log topic and type can be configured at the registry level.

Events From Logs

INFO

  • Device Authenticated And Connected - 101

  • Device Disconnected - 102

  • Device Attached To {GatewayName} - 103

  • Device Detached From {GatewayName} - 104

  • Zero Touch Provisioning Completed - 105

ERROR

  • Device Not Authorized To Topic {TopicName} - 501

  • Policy:Connection Blocked - 502

  • Device Not Bound To Gateway {GatewayName} - 503

  • Device Not Attached To Gateway {GatewayName} - 504

  • State Messages Blocked for 5 Seconds Due to Quota Overload - 505

  • Device Blocked From Communication - 506

  • Certificate Not Attached To Device For Authentication - 507

  • Device Authentication Failed - 508

Last updated