Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/monitoring/monitor-sandbox-activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ nemoclaw <name> logs
To follow the log output in real time:

```console
$ nemoclaw <name> logs -f
$ nemoclaw <name> logs --follow
```

## Monitor Network Activity in the TUI
Expand Down Expand Up @@ -87,7 +87,7 @@ $ openclaw agent --agent main --local -m "Test inference" --session-id debug
If the request fails, check the following:

1. Run `nemoclaw <name> status` to confirm the active provider and endpoint.
2. Run `nemoclaw <name> logs -f` to view error messages from the blueprint runner.
2. Run `nemoclaw <name> logs --follow` to view error messages from the blueprint runner.
3. Verify that the inference endpoint is reachable from the host.

## Related Topics
Expand Down