mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
summary: "CLI reference for `moltbot logs` (tail gateway logs via RPC)"
|
||||
summary: "CLI reference for `openclaw logs` (tail gateway logs via RPC)"
|
||||
read_when:
|
||||
- You need to tail Gateway logs remotely (without SSH)
|
||||
- You want JSON log lines for tooling
|
||||
---
|
||||
|
||||
# `moltbot logs`
|
||||
# `openclaw logs`
|
||||
|
||||
Tail Gateway file logs over RPC (works in remote mode).
|
||||
|
||||
@@ -15,9 +15,9 @@ Related:
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
moltbot logs
|
||||
moltbot logs --follow
|
||||
moltbot logs --json
|
||||
moltbot logs --limit 500
|
||||
openclaw logs
|
||||
openclaw logs --follow
|
||||
openclaw logs --json
|
||||
openclaw logs --limit 500
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user