Monorepo for Tangled

spindle: replace fmt.Println with structured logger in processPipeline master

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>


+1 -1
1 changed file