Skip to main content

Monitoring deployments

Sometimes, you may need to inspect the logs of a running deployment to understand what's happening. For example, if you're developing your own algorithms, you may want to see the logs of your algorithm for debugging purposes.

Build logs

Build logs are the logs that are generated during the deployment's building step. They contains information about the environment setup, dependencies installation, and any errors that may occur during the build process.

warning

The build logs are stored for a limited duration and may disappear a few hours after the end of the build process. Make sure to save them if you need to keep them for future reference.

Execution logs

These logs are added in real-time when the deployment is being called. They indicate the execution time of each query and whether or not the query was successful.

If you are experiencing issues with your deployment, these logs generally contain the exception stack trace for debugging.

We also provide a graph with aggregated usage statistics for the deployment over time.

A screenshot of the usage section of a deployment
Execution logs and usage of a deployment