Skip to content

mxhook logs

Tail the message lifecycle log to see real-time processing activity.

Usage

bash
mxhook logs [flags]

Flags

FlagDefaultDescription
--api-urlhttp://localhost:8080MXHook API URL
--api-keyAPI authentication key
--message-idFilter logs by a specific message ID

Examples

Tail all logs:

bash
mxhook logs

Filter by message ID:

bash
mxhook logs --message-id msg-123

Released under the Apache 2.0 License.