Appearance
Signal Logs
Signal logs help you verify message flow from webhook intake to terminal execution.
Log Levels
| Level | Usage |
|---|---|
Information | Standard signal lifecycle events. |
Warning | Recoverable issues such as symbol fallback. |
Error | Signal rejected or execution failed. |
What To Monitor
SignalReceivedevents confirm webhook delivery.SignalValidatedevents confirm payload schema and mapping checks.ExecutionRequestedandExecutionCompletedevents confirm order flow.
Troubleshooting Pattern
- Find the failed signal by timestamp.
- Trace correlation ID across all related events.
- Fix payload or mapping issue.
- Replay the signal in dry-run mode.