Piramilan Suthesakumaran

Full-Stack & AI Engineer

Published March 12, 2026Updated March 12, 20261 min readBy Piramilan Suthesakumaran

How to Start OpenClaw in Verbose Mode

Launch the gateway with verbose logging, keep a live log tail open, and reproduce the problem once so you can capture the first useful error.

Verbose mode is most useful when you already know what you are trying to reproduce. Use it to capture one clean failure, not to leave a noisy process running forever.

Quick answer

Run the gateway with --verbose, optionally add --ws-log compact, and keep openclaw logs --follow open while you reproduce the issue.

Command line steps

1. Launch the gateway in verbose mode

This gives you a higher-signal startup path than repeated blind restarts.

Command

BASH

$openclaw gateway --verbose --ws-log compact

2. Follow the log stream

Use the logs command to keep a readable record while you test the failing action.

Command

BASH

$openclaw logs --follow --local-time

3. Reproduce only one issue at a time

Avoid changing models, channels, and config in the same pass or the log trail becomes useless.

Command

BASH

$openclaw gateway status --require-rpc
$openclaw models status --check

What to check if it still fails

  • If verbose mode still does not show the root problem, reproduce the issue from a smaller test case such as one DM or one model switch.
  • If the gateway is managed as a service, stop the service before you launch a manual foreground debug process.
  • If the logs point to config damage, hand off to openclaw doctor --fix before you keep collecting noise.

Related articles

View all

Need help with setup or delivery?

I take on freelance and outsourcing work across AI consulting, website development, mobile apps, automation, and OpenClaw setup. If you want to discuss your project, email milan@findmilan.ca.

You can also review the services page or browse the full blog archive.