Skip to content

Commit

Permalink
added some more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
brondum committed Dec 9, 2020
1 parent 29f15d9 commit 20a614c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ func main() {
}
schedule.StartAsync()

_, next := schedule.NextRun()
log.Info().Msgf("Next scheduled dependency check is at: %s", next)

// start webhook
api.SetupRouter()

Expand Down

0 comments on commit 20a614c

Please sign in to comment.