Docs Menu

Docs HomeAtlas App Services

Trigger Logs

On this page

  • Overview
  • Log Format
  • Fields
  • Error Fields

Trigger logs are created whenever Atlas App Services executes a Function via a Trigger.

Trigger log entries have the following form:

Logs:
[
<log line>,
<log line>,
...
]
See Function. See Trigger.
Compute Used: <number> bytes•ms
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.

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.
←  Service LogsTrigger Error Handler Logs →