Skip to content
Safe

Search logs for Feishu webhook activity

Filters OpenClaw logs to lines that mention Feishu, webhook callbacks, or related event handling.

openclaw logs | grep -i -E "feishu|webhook|event|callback" || true
Logs and troubleshootingMacLinuxVPS

What it does

Filters OpenClaw logs to lines that mention Feishu, webhook callbacks, or related event handling.

When to use it

Use it when Feishu messages are not arriving, webhook verification fails, or you want proof that the callback reached OpenClaw.

What happens next

The terminal prints only the matching log lines. If nothing matches, `|| true` keeps the command from being treated as a failure.

Risk warning

Safe. It does not change system state, but the filtered output may still include request details that you should not screenshot casually.

Related guides