You can use the activity log to help you see what is happening in your pipelines and to begin troubleshooting.
How to find logs
There are two ways for view your logs:
- From the My Pipelines page, click on Activity log to view activities for all your pipelines:
- To view the activity log for a specific pipeline, click on the three dots next to the pipeline's name on the My pipelines page:
and click on View activity. The log for that pipeline displays:
How to read logs
If your pipeline has run, you will see details about when this pipeline ran and information about what happened.
In this example, we see that an error occurred (Validation error: Invalid date/time value) and details about the input and output that lead up to this error:
You'll notice that some messages in the log are in color. We use colors to indicate which data type is involved:
-
red = boolean
-
blue = numeric
-
green = string
-
black = object/null/undefined