Skip to content

Commit ec6d147

Browse files
chore: move spurious log message to debug
1 parent e24879e commit ec6d147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/engine/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func (e *Engine) startDaemon(_ context.Context, tool types.Tool) (string, error)
161161
go func() {
162162
err := cmd.Wait()
163163
if err != nil {
164-
log.Errorf("daemon exited tool [%s] %v: %v", tool.Parameters.Name, cmd.Args, err)
164+
log.Debugf("daemon exited tool [%s] %v: %v", tool.Parameters.Name, cmd.Args, err)
165165
}
166166
_ = r.Close()
167167
_ = w.Close()

0 commit comments

Comments
 (0)