Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 62e047e

Browse files
committed
Add more logging
1 parent 65112c9 commit 62e047e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controller/cv_list.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ var routeScraperListCVs = routeBuilder.R{
107107
return
108108
}
109109

110+
reqCtx.Logger.Info("Sending matched cv lists to hook")
111+
110112
for _, hook := range hooks {
111113
hook.CallAndLogResult(bytes.NewReader(dataForHook), models.DataKindList, reqCtx.Logger)
112114
}

0 commit comments

Comments
 (0)