Log View

The Crafting system collects and manages logs from the following sources:

Logs are persisted locally with the workload and are discarded when the workload is removed.

Accessing Logs

Web UI

The Crafting Web UI provides an aggregated log viewer that shows logs from multiple workloads in a single, unified view. Logs can be viewed and streamed in real time.

CLI

Use the cs logs command to stream logs from a specific process in a workload:

cs logs

Filesystem

Log files are stored directly on the workspace filesystem under /var/log/sandbox and are automatically rotated. They can be read with standard tools like cat, tail -f, or any log viewer.

See Also