Skip to content

Commit d3bba59

Browse files
committed
Log start
1 parent 8531776 commit d3bba59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/runner_process.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func (r *processRunner) Start(ctx context.Context, processType ProcessType, comm
9696
if err := c.Start(); err != nil {
9797
return nil, maskAny(err)
9898
}
99+
r.log.Infof("Starting: %s %s", command, strings.Join(args, " "))
99100
return &process{log: r.log, p: c.Process, isChild: true}, nil
100101
}
101102

0 commit comments

Comments
 (0)