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 d3bba59 commit 2a2e389Copy full SHA for 2a2e389
service/runner_process.go
@@ -96,7 +96,6 @@ 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