Skip to content

Commit fc0ae3e

Browse files
committed
add more log output
1 parent f400cb8 commit fc0ae3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/mock/in_memory.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ func runWebhook(ctx context.Context, objCtx interface{}, wh *Webhook) (err error
453453
req.Header.Set(k, v)
454454
}
455455

456+
memLogger.Info("send webhook request", "api", api)
456457
resp, err := client.Do(req)
457458
if err != nil {
458459
err = fmt.Errorf("error when sending webhook")

0 commit comments

Comments
 (0)