Skip to content

Troubleshooting

As with every software product, Tracelake may encounter issues. This page is intended to help you find additional information that will help you troubleshoot Tracelake.

Main application logs

Since Tracelake is deployed as a container, you can access the logs by running the following command:

Terminal window
docker logs -f tracelake

Validation logs

Every validation run will create a log file in the <tracelake_data_volume>/logs directory.

You can access them either through the Tracelake UI in the history tab by clicking View logs button:

Display logs

Similarly, you can access the logs by clicking on the specific validation run in the history tab and then clicking View logs button.

You can also access the raw log files, since they are available in the mounted docker volume.

Terminal window
cd /var/lib/docker/volumes/tracelake_data/_data/logs/validation_runs/
cat validation_<validation_run_id>.log