spindle: replace fmt.Println with structured logger in processPipeline
Unmarshal errors in processPipeline were written to stdout via
fmt.Println, bypassing the slog-based structured logger. Replace with
s.l.Error so the error carries the standard fields (timestamp,
component, log level) and appears consistently with the rest of
spindle's log output.
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
authored by
tangled.org
73c7f95d
233111b3