diff --git a/internal/manager/api_impl/workers.go b/internal/manager/api_impl/workers.go index 23fe00f7..af1eb29d 100644 --- a/internal/manager/api_impl/workers.go +++ b/internal/manager/api_impl/workers.go @@ -491,7 +491,7 @@ func (f *Flamenco) TaskOutputProduced(e echo.Context, taskID string) error { } } - logger.Info().Msg("TaskOutputProduced: accepted last-rendered image for processing") + logger.Debug().Msg("TaskOutputProduced: accepted last-rendered image for processing") return e.NoContent(http.StatusAccepted) }