Some checks failed
ClawSweeper Dispatch / dispatch (push) Has been cancelled
CodeQL / Security High (actions) (push) Has been cancelled
CodeQL / Security High (channel-runtime-boundary) (push) Has been cancelled
CodeQL / Security High (core-auth-secrets) (push) Has been cancelled
CodeQL / Security High (mcp-process-tool-boundary) (push) Has been cancelled
CodeQL / Security High (network-ssrf-boundary) (push) Has been cancelled
CodeQL / Security High (plugin-trust-boundary) (push) Has been cancelled
CodeQL / Security High (process-exec-boundary) (push) Has been cancelled
Docs Sync Publish Repo / sync-publish-repo (push) Has been cancelled
Docs / docs (push) Has been cancelled
OpenClaw Stable Main Closeout / Resolve stable release closeout inputs (push) Has been cancelled
OpenClaw Stable Main Closeout / Verify stable main closeout (push) Has been cancelled
Workflow Sanity / no-tabs (push) Has been cancelled
Workflow Sanity / actionlint (push) Has been cancelled
Workflow Sanity / generated-doc-baselines (push) Has been cancelled
CI / runner-admission (push) Has been cancelled
CI / preflight (push) Has been cancelled
CI / security-fast (push) Has been cancelled
CI / pnpm-store-warmup (push) Has been cancelled
CI / build-artifacts (push) Has been cancelled
CI / native-i18n (push) Has been cancelled
CI / ${{ matrix.check_name }} (push) Has been cancelled
CI / ${{ matrix.checkName }} (push) Has been cancelled
CI / checks-node-compat-node22 (push) Has been cancelled
CI / check-bundled-channel-config-metadata (push) Has been cancelled
CI / check-dependencies (push) Has been cancelled
CI / check-guards (push) Has been cancelled
CI / check-lint (push) Has been cancelled
CI / check-prod-types (push) Has been cancelled
CI / check-shrinkwrap (push) Has been cancelled
CI / check-test-types (push) Has been cancelled
CI / check-additional-boundaries-a (push) Has been cancelled
CI / check-additional-boundaries-bcd (push) Has been cancelled
CI / check-additional-extension-bundled (push) Has been cancelled
CI / check-additional-extension-channels (push) Has been cancelled
CI / check-additional-extension-package-boundary (push) Has been cancelled
CI / check-additional-runtime-topology-architecture (push) Has been cancelled
CI / check-session-accessor-boundary (push) Has been cancelled
CI / check-session-transcript-reader-boundary (push) Has been cancelled
CI / check-docs (push) Has been cancelled
CI / skills-python (push) Has been cancelled
CI / macos-swift (push) Has been cancelled
CI / ios-build (push) Has been cancelled
CI / ci-timings-summary (push) Has been cancelled
Native App Locale Refresh / Refresh native fa (push) Has been cancelled
Native App Locale Refresh / Refresh native fr (push) Has been cancelled
Native App Locale Refresh / Refresh native hi (push) Has been cancelled
Native App Locale Refresh / Refresh native id (push) Has been cancelled
Native App Locale Refresh / Refresh native it (push) Has been cancelled
Native App Locale Refresh / Refresh native ja-JP (push) Has been cancelled
Control UI Locale Refresh / plan (push) Has been cancelled
Control UI Locale Refresh / Refresh ${{ matrix.locale }} (push) Has been cancelled
Control UI Locale Refresh / Commit control UI locale refresh (push) Has been cancelled
Live Media Runner Image / Build live media runner image (push) Has been cancelled
Native App Locale Refresh / Refresh native ar (push) Has been cancelled
Native App Locale Refresh / Refresh native de (push) Has been cancelled
Native App Locale Refresh / Refresh native es (push) Has been cancelled
Native App Locale Refresh / Refresh native ko (push) Has been cancelled
Native App Locale Refresh / Refresh native nl (push) Has been cancelled
Native App Locale Refresh / Refresh native pl (push) Has been cancelled
Native App Locale Refresh / Refresh native pt-BR (push) Has been cancelled
Native App Locale Refresh / Refresh native ru (push) Has been cancelled
Native App Locale Refresh / Refresh native sv (push) Has been cancelled
Native App Locale Refresh / Refresh native th (push) Has been cancelled
Native App Locale Refresh / Refresh native tr (push) Has been cancelled
Native App Locale Refresh / Refresh native uk (push) Has been cancelled
Native App Locale Refresh / Refresh native vi (push) Has been cancelled
Native App Locale Refresh / Refresh native zh-CN (push) Has been cancelled
Native App Locale Refresh / Refresh native zh-TW (push) Has been cancelled
Native App Locale Refresh / Commit native locale refresh (push) Has been cancelled
Plugin Init Scaffold Validation / Validate provider scaffold (push) Has been cancelled
Plugin NPM Release / preview_plugins_npm (push) Has been cancelled
Plugin NPM Release / Validate release publish approval (push) Has been cancelled
Plugin NPM Release / preview_plugin_pack (push) Has been cancelled
Plugin NPM Release / publish_plugins_npm (push) Has been cancelled
Sandbox Common Smoke / sandbox-common-smoke (push) Has been cancelled
Website Installer Sync / static (push) Has been cancelled
Website Installer Sync / linux-docker (push) Has been cancelled
Website Installer Sync / macos-installer (push) Has been cancelled
Website Installer Sync / windows-installer (push) Has been cancelled
Website Installer Sync / sync-website (push) Has been cancelled
Adolf is a fork/vendored clone of github.com/openclaw/openclaw (v2026.6.11), free to diverge. Tree copied sans upstream .git; upstream remote added for future syncs. Node pinned to 24 (.nvmrc); engines already require >=22.19. Preserves docs/ARCHITECTURE.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LeqyaxJF2nbRXJtae2kNB2
201 lines
8.5 KiB
Markdown
201 lines
8.5 KiB
Markdown
---
|
|
summary: "Create shareable Gateway diagnostics bundles for bug reports"
|
|
title: "Diagnostics export"
|
|
read_when:
|
|
- Preparing a bug report or support request
|
|
- Debugging Gateway crashes, restarts, memory pressure, or oversized payloads
|
|
- Reviewing what diagnostics data is recorded or redacted
|
|
---
|
|
|
|
OpenClaw can build a local diagnostics `.zip` for bug reports: sanitized Gateway
|
|
status, health, logs, config shape, and recent payload-free stability events.
|
|
|
|
Treat diagnostics bundles like secrets until reviewed. Payloads and credentials
|
|
are redacted by design, but the bundle still summarizes local Gateway logs and
|
|
host-level runtime state.
|
|
|
|
## Quick start
|
|
|
|
```bash
|
|
openclaw gateway diagnostics export
|
|
```
|
|
|
|
Prints the written zip path. Choose an output path:
|
|
|
|
```bash
|
|
openclaw gateway diagnostics export --output openclaw-diagnostics.zip
|
|
```
|
|
|
|
For automation:
|
|
|
|
```bash
|
|
openclaw gateway diagnostics export --json
|
|
```
|
|
|
|
## Chat command
|
|
|
|
Owners can run `/diagnostics [note]` in any conversation to request a local
|
|
Gateway export as one copy-pasteable support report:
|
|
|
|
1. Send `/diagnostics`, optionally with a short note (`/diagnostics bad tool choice`).
|
|
2. OpenClaw sends a preamble and asks for one explicit exec approval, which runs
|
|
`openclaw gateway diagnostics export --json`. Do not approve diagnostics via
|
|
an allow-all rule.
|
|
3. After approval, OpenClaw replies with the local bundle path, manifest
|
|
summary, privacy notes, and relevant session ids.
|
|
|
|
In group chats, an owner can still run `/diagnostics`, but OpenClaw sends the
|
|
export result, approval prompts, and Codex session/thread breakdown to the
|
|
owner privately. The group only sees a short notice that diagnostics were sent
|
|
privately. If no private owner route exists, the command fails closed and asks
|
|
the owner to run it from a DM.
|
|
|
|
When the active session uses the native OpenAI Codex harness, the same exec
|
|
approval also covers an OpenAI feedback upload for the Codex threads OpenClaw
|
|
knows about. That upload is separate from the local Gateway zip and only
|
|
happens for Codex harness sessions. The approval prompt states that approving
|
|
also sends Codex feedback, without listing Codex session or thread ids. After
|
|
approval, the reply lists channels, OpenClaw session ids, Codex thread ids, and
|
|
local resume commands for the threads that were sent to OpenAI. Denying or
|
|
ignoring the approval skips the export, the Codex feedback upload, and the
|
|
Codex id list.
|
|
|
|
That makes the Codex debugging loop short: notice bad behavior in a channel,
|
|
run `/diagnostics`, approve once, share the report, then run the printed
|
|
`codex resume <thread-id>` command locally if you want to inspect the thread
|
|
yourself. See [Codex harness](/plugins/codex-harness#inspect-codex-threads-locally).
|
|
|
|
## What the export contains
|
|
|
|
- `summary.md`: human-readable overview for support.
|
|
- `diagnostics.json`: machine-readable summary of config, logs, status, health,
|
|
and stability data.
|
|
- `manifest.json`: export metadata and file list.
|
|
- Sanitized config shape and non-secret config details.
|
|
- Sanitized log summaries and recent redacted log lines.
|
|
- Best-effort Gateway status and health snapshots.
|
|
- `stability/latest.json`: newest persisted stability bundle, when available.
|
|
|
|
The export is still useful when the Gateway is unhealthy: if status/health
|
|
requests fail, local logs, config shape, and the latest stability bundle are
|
|
still collected when available.
|
|
|
|
## Privacy model
|
|
|
|
Kept: subsystem names, plugin ids, provider ids, channel ids, configured
|
|
modes, status codes, durations, byte counts, queue state, memory readings,
|
|
sanitized log metadata, redacted operational messages, config shape, and
|
|
non-secret feature settings.
|
|
|
|
Omitted or redacted: chat text, prompts, instructions, webhook bodies, tool
|
|
outputs, credentials, API keys, tokens, cookies, secret values, raw
|
|
request/response bodies, account ids, message ids, raw session ids,
|
|
hostnames, and local usernames.
|
|
|
|
When a log message looks like user, chat, prompt, or tool payload text, the
|
|
export keeps only that a message was omitted plus its byte count.
|
|
|
|
## Stability recorder
|
|
|
|
The Gateway records a bounded, payload-free stability stream by default when
|
|
diagnostics are enabled. It captures operational facts, not content.
|
|
|
|
The same heartbeat also samples liveness when the event loop or CPU looks
|
|
saturated, emitting `diagnostic.liveness.warning` events with event-loop delay,
|
|
event-loop utilization, CPU-core ratio, active/waiting/queued session counts,
|
|
the current startup/runtime phase (when known), recent phase spans, and
|
|
bounded work labels. These become Gateway `warn`-level log lines only when
|
|
work is waiting or queued, or when active work overlaps sustained event-loop
|
|
delay; otherwise they log at `debug`. Idle liveness samples are still recorded
|
|
as diagnostic events but never escalate to a warning by themselves.
|
|
|
|
Startup phases emit `diagnostic.phase.completed` events with wall-clock and
|
|
CPU timing. Stalled embedded-run diagnostics mark `terminalProgressStale=true`
|
|
when the last bridge progress looked terminal (for example a raw response
|
|
item or response-completion event) but the Gateway still considers the
|
|
embedded run active.
|
|
|
|
Inspect the live recorder:
|
|
|
|
```bash
|
|
openclaw gateway stability
|
|
openclaw gateway stability --type payload.large
|
|
openclaw gateway stability --json
|
|
```
|
|
|
|
Inspect the newest persisted bundle after a fatal exit, shutdown timeout, or
|
|
restart startup failure:
|
|
|
|
```bash
|
|
openclaw gateway stability --bundle latest
|
|
```
|
|
|
|
Create a diagnostics zip from the newest persisted bundle:
|
|
|
|
```bash
|
|
openclaw gateway stability --bundle latest --export
|
|
```
|
|
|
|
Persisted bundles live under `~/.openclaw/logs/stability/` when events exist.
|
|
|
|
## Useful options
|
|
|
|
```bash
|
|
openclaw gateway diagnostics export \
|
|
--output openclaw-diagnostics.zip \
|
|
--log-lines 5000 \
|
|
--log-bytes 1000000
|
|
```
|
|
|
|
| Flag | Default | Description |
|
|
| ----------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------- |
|
|
| `--output <path>` | `$OPENCLAW_STATE_DIR/logs/support/openclaw-diagnostics-<timestamp>-<pid>.zip` | Write to a specific zip path (or directory). |
|
|
| `--log-lines <count>` | `5000` | Maximum sanitized log lines to include. |
|
|
| `--log-bytes <bytes>` | `1000000` | Maximum log bytes to inspect. |
|
|
| `--url <url>` | - | Gateway WebSocket URL for status/health snapshots. |
|
|
| `--token <token>` | - | Gateway token for status/health snapshots. |
|
|
| `--password <password>` | - | Gateway password for status/health snapshots. |
|
|
| `--timeout <ms>` | `3000` | Status/health snapshot timeout. |
|
|
| `--no-stability-bundle` | off | Skip persisted stability bundle lookup. |
|
|
| `--json` | off | Print machine-readable export metadata. |
|
|
|
|
## Disable diagnostics
|
|
|
|
Diagnostics are enabled by default. To disable the stability recorder and
|
|
diagnostic event collection:
|
|
|
|
```json5
|
|
{
|
|
diagnostics: {
|
|
enabled: false,
|
|
},
|
|
}
|
|
```
|
|
|
|
Disabling diagnostics reduces bug-report detail; it does not affect normal
|
|
Gateway logging.
|
|
|
|
Critical memory pressure snapshots are off by default. To capture the
|
|
pre-OOM stability snapshot in addition to normal diagnostics events:
|
|
|
|
```json5
|
|
{
|
|
diagnostics: {
|
|
memoryPressureSnapshot: true,
|
|
},
|
|
}
|
|
```
|
|
|
|
Use this only on hosts that can tolerate the extra file-system scan and
|
|
snapshot write during critical memory pressure. Normal memory pressure events
|
|
still record RSS, heap, threshold, and growth facts (`rss_threshold`,
|
|
`heap_threshold`, `rss_growth`) when the snapshot is off.
|
|
|
|
## Related
|
|
|
|
- [Health checks](/gateway/health)
|
|
- [Gateway CLI](/cli/gateway#gateway-diagnostics-export)
|
|
- [Gateway protocol](/gateway/protocol#rpc-method-families)
|
|
- [Logging](/logging)
|
|
- [OpenTelemetry export](/gateway/opentelemetry) - separate flow for streaming diagnostics to a collector
|