Skip to content

Signal Logs

Signal logs help you verify message flow from webhook intake to terminal execution.

Log Levels

LevelUsage
InformationStandard signal lifecycle events.
WarningRecoverable issues such as symbol fallback.
ErrorSignal rejected or execution failed.

What To Monitor

  • SignalReceived events confirm webhook delivery.
  • SignalValidated events confirm payload schema and mapping checks.
  • ExecutionRequested and ExecutionCompleted events confirm order flow.

Troubleshooting Pattern

  1. Find the failed signal by timestamp.
  2. Trace correlation ID across all related events.
  3. Fix payload or mapping issue.
  4. Replay the signal in dry-run mode.

Released under the MIT License.