Skip to content

Commit 5e2c1bd

Browse files
committed
more debug prints
1 parent fb48973 commit 5e2c1bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func (app App) getTarget(url string) (target task.Target, exists bool) {
4747
}
4848

4949
func (app App) executeTargets(targets []task.Target, shutdown bool) {
50+
zap.L().Debug("executing all targets", zap.Bool("shutdown", shutdown))
5051
for _, t := range targets {
5152
p, err := gitwatch.GetRepoPath(app.config.Directory, t.RepoURL)
5253
if err != nil {

0 commit comments

Comments
 (0)