Viewing Logs in the Dashboard
The easiest way to view sandbox logs is through the dashboard:- Navigate to moru.io/dashboard
- Go to the Sandboxes tab
- Click on any sandbox row to view its logs
What You’ll See
When you click on a sandbox, you’ll see:- Commands executed: Each command appears as
$ command - stdout: Standard output from commands (highlighted in blue)
- stderr: Error output from commands (highlighted in red)
- Exit codes: The exit code for each command
Managing Running Sandboxes
If a sandbox is currently running, you can kill it directly from the logs view using the Kill button. This immediately terminates the sandbox and frees up resources.Log Retention
Logs are retained for 7 days. Need longer retention? Contact us at hi@moru.io.Logs are associated with sandbox IDs. Once a sandbox is terminated, logs remain accessible for the retention period.