Implement the log delivery target (closes #70)
All checks were successful
check / check (push) Successful in 4s

This commit is contained in:
2026-08-07 19:57:16 +07:00
parent 752d6beead
commit ed81db137e
2 changed files with 89 additions and 0 deletions

View File

@@ -1006,8 +1006,11 @@ func (e *Engine) deliverLog(
"webhook event delivered to log target",
"delivery_id", d.ID,
"event_id", d.EventID,
"webhook_id", d.Event.WebhookID,
"entrypoint_id", d.Event.EntrypointID,
"target_id", d.TargetID,
"target_name", d.Target.Name,
"outcome", database.DeliveryStatusDelivered,
"method", d.Event.Method,
"content_type", d.Event.ContentType,
"body_length", len(d.Event.Body),