CLI · logs · debugging
openclaw logs
If you remember one command, remember this one. Use it whenever a channel doesn't receive messages, a cron job doesn't fire, or you suspect misconfiguration.
Follow logs (tail -f style)
openclaw logs --follow
Stop with Ctrl+C.
Fast debugging loop
1
Start following logs
openclaw logs --follow
2
Trigger the event
Send a Telegram message / wait for the cron job / run your command.
3
Read the first error
The first error is usually the root cause. Fix that before anything else.