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 8531776 commit d3bba59Copy full SHA for d3bba59
service/runner_process.go
@@ -96,6 +96,7 @@ func (r *processRunner) Start(ctx context.Context, processType ProcessType, comm
96
if err := c.Start(); err != nil {
97
return nil, maskAny(err)
98
}
99
+ r.log.Infof("Starting: %s %s", command, strings.Join(args, " "))
100
return &process{log: r.log, p: c.Process, isChild: true}, nil
101
102
0 commit comments