Node Logs - Post Start Event

Last modified on August 26, 2024

The “Post Start” log event type is recorded in the node (gateway or relay) logs.

FieldTypeDescriptionExample
hashStringSHA-1 hash of the body of the query"2aae6c35c94fcfb415dbe95f408b9ce91ee846ed"
queryStringQuery that was executed"query body"
sourceIpStringIP address the query was performed from; will be an internal address if the gateway is on the same local network or VPN as the client"1.11.222.333"
timestampStringTime of the start event, formatted as datetime"2024-08-01T13:13:20.895597162Z"
typeStringType of log entry"postStart"
uuidStringUnique identifier of the query"0CEGCEGCEGCEGCEGCEGCE1234ceg"
Top