Skip to content

Commit ffe391d

Browse files
committed
add command to debug log
1 parent aa27433 commit ffe391d

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
@@ -29,6 +29,7 @@ func (app *App) executeWithSecrets(target task.Target, path string, shutdown boo
2929

3030
zap.L().Debug("executing with secrets",
3131
zap.String("target", target.Name),
32+
zap.Strings("cmd", target.Up),
3233
zap.String("url", target.RepoURL),
3334
zap.String("dir", path),
3435
zap.Int("secrets", len(env)))

0 commit comments

Comments
 (0)