Trigger Logs
On this page
Atlas Device Sync, Atlas Edge Server, Data API, and HTTPS Endpoints are deprecated. Refer to the deprecation page for details.
Overview
Trigger logs are created whenever Atlas App Services executes a Function via a Trigger.
Log Format
Trigger log entries have the following form:
Logs: [ <log line>, <log line>, ... ] See Function. See Trigger. Compute Used: <number> bytes•ms
Fields
Field | Description |
---|---|
Compute Used | The computational load of the operation. |
Logs | A list of console.log outputs. App Services saves the first 512 bytes of the first 25 console.log() calls. |
See Function. See Trigger. | Links to the Trigger that launched this event as well as the Function that was run by this event. |
Error Fields
Log entries created by unsuccessful operations may feature additional fields for debugging purposes. These include the following:
Field | Description |
---|---|
Error | A brief description of an error. |