Skip to main content

Logging

Logging Device Service definitions over CoAP.

How to use guides:

Interface

MethodDescriptionPathContent Format
POST/PUTSend logs/logsJSON/CBOR

Parameters and attributes that are known and indexed:

AttributeDescriptionDefault
time or timestampTimestamp of the log entrynow()
levelLog Level - Can be info/warn/error/debuginfo
moduleInternal module that is generating logs
msg or messageFree form string with the log message
Any other attribute sent over this endpoint is bundled into a metadata attribute.