We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb48973 commit 5e2c1bdCopy full SHA for 5e2c1bd
service/handler.go
@@ -47,6 +47,7 @@ func (app App) getTarget(url string) (target task.Target, exists bool) {
47
}
48
49
func (app App) executeTargets(targets []task.Target, shutdown bool) {
50
+ zap.L().Debug("executing all targets", zap.Bool("shutdown", shutdown))
51
for _, t := range targets {
52
p, err := gitwatch.GetRepoPath(app.config.Directory, t.RepoURL)
53
if err != nil {
0 commit comments