Track logs
Inspect track logs and troubleshoot your configurations
Last updated
Was this helpful?
Inspect track logs and troubleshoot your configurations
When a learner plays a track, events such as a sandbox provisioning, setup scripts, and more are captured within track logs.
You can view track logs using the Web UI or the Instruqt CLI.
Select the track you want to view logs for.
In the Statistics section, near the bottom left of the Track Dashboard, select Logs.
Input a date range, severity level, and sandbox ID (optional).
Click Apply.
Run the following command to view all logs for a track:
instruqt track logs <TRACK_SLUG>Filter the date range of logs using the --since flag:
instruqt track logs <TRACK_SLUG> --since 6hFilter specific sandbox logs using the --participant-id flag:
instruqt track logs <TRACK_SLUG> --since 6h --participant-id 88ewfsfsdf89You can determine the ID of a sandbox through the _SANDBOX_ID environment variable, present in all Instruqt sandboxes. Simply run echo $_SANDBOX_ID in a terminal tab.
Last updated
Was this helpful?
Was this helpful?