Skip to content

Commit

Permalink
Add better log
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Jan 6, 2025
1 parent 948646c commit 7fa386a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ func handleEventCallback(r *http.Request, body []byte) {
client := &http.Client{
Timeout: 500 * time.Millisecond,
}
log.Printf("Delegate event callback to /event")
log.Printf("Delegate event callback to %s", fmt.Sprintf("%s://%s/event", scheme, r.Host))
client.Do(req)
}

0 comments on commit 7fa386a

Please sign in to comment.