Log¶
The Log node records the node’s log. For nodes that do not provide logs, such as Filter and Logic nodes, you can add a Log node to obtain and view the running logs of upstream nodes.
Node Type¶
EnOS.
Input and Output Ability¶
This node has multiple entry and exit points.
Node Properties¶
Name
The name for this node.
Description
The description for this node.
Samples¶
Input Sample¶
{
"MetaData": {
"messageType": "DeviceLogin",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"ts": "1660641920575"
},
"Body": {
"eventTime": 1660641920575,
"entity": {
"orgId": "yourOrgId",
"objectId": "objectId"
},
"eventType": "LOGIN",
"eventSource": "DEVICE_ASSET",
"data": {
"protocol": "mqtt",
"lifetimeMs": 60000,
"previousStatus": 1,
"productKey": "productKey",
"deviceKey": "deviceKey",
"productType": "GATEWAY"
}
}
}
Output Sample¶
This node does not change the input log.