Use the activity log to help you see what is happening in your pipelines and to start troubleshooting.
Open activity logs
The different ways to view activity logs include:
- All pipelines—From the My pipelines page, select Activity log.
- Specific pipeline—From the My pipelines page, open the menu for a pipeline, and then select View activity.
Read activity logs
When a pipeline runs, details display about the actions and runtime. If there were errors when the pipeline ran, you can view details of the error and the step.
Here's an example of what displays when you open the activity for a single pipeline:
- Activity for the pipeline finishing running. Activity is automatically sorted with the most recent activity first. This type of activity also has an output, so you can see the result of the pipeline running.
- Activity for an upsert. There was an error when this action ran.
- Details of the error. Use these details to troubleshoot your issue.
- Information about the action that includes things like the type, channel, index, and step.
- Additional information available for this action. Expand these sections to learn more about things like what data the step used as an input.
The text in the log is colored. The colors indicate what the data type is. The colors and data types include:
- Red—boolean data
- Blue—numeric data
- Green—string
- Black—object, null, or undefined