AppSync Logs

Lumigo monitors AppSync APIs, detects errors, and produces insights and debugging information.

Lumigo monitors AppSync APIs, detects errors, and produces insights and debugging information. To enable AppSync monitoring, you will need to enable AppSync Logs in your AWS account. AppSync has built-in logging integration with CloudWatch Logs and enabling this feature is simple.

How to enable AppSync Logs

A. Open your AppSync APIs settings

  1. Open your AWS console and go to AppSync
  2. Choose your AppSync API
  3. Click on "Settings" at the left bar menu
485

B. Enable logging

  1. Enable Logs by clicking on the toggle
  2. Include verbose content
  3. Choose the field resolver log level*
1313

📘

Field resolver log level

NONE: No field-level logs are captured.
Marked as Basic on Lumigo's AppSync page

ERROR: Logs the following information only for the fields that are in error:

The error section in the server response.

Field-level errors.

The generated request/response functions that got resolved for error fields.
Marked as Partial on Lumigo's AppSync page

ALL: The following information is logged for all fields in the query:

Field-level tracing information.

The generated request/response functions that got resolved for each field.
Marked as Full on Lumigo's AppSync page

To enjoy AppSync tracing, choose ERROR or ALL