mxhook logs
Tail the message lifecycle log to see real-time processing activity.
Usage
bash
mxhook logs [flags]Flags
| Flag | Default | Description |
|---|---|---|
--api-url | http://localhost:8080 | MXHook API URL |
--api-key | — | API authentication key |
--message-id | — | Filter logs by a specific message ID |
Examples
Tail all logs:
bash
mxhook logsFilter by message ID:
bash
mxhook logs --message-id msg-123